Find the answer to your Linux question:
Results 1 to 7 of 7
yabause-qt Version 0.9.9 deb package for UBUNTU 8.10???????????????????????????????????? By the way ,nice improvements in this version!...
  1. #1
    Linux Newbie
    Join Date
    Apr 2008
    Location
    Tirana,Albania
    Posts
    166

    Where to find this package????

    yabause-qt

    Version 0.9.9 deb package for UBUNTU 8.10????????????????????????????????????

    By the way ,nice improvements in this version!
    I have had a 360 ,but it got the RROD
    No more XBOX, i turned PS3
    I had it for months ,it still amazes me!

    Never seen a bigger failure of MICROSOFT then the XBOX 360!

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    0.9.6 is available in default sources. If you want to install latest, download its source and compile it.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Linux Newbie
    Join Date
    Apr 2008
    Location
    Tirana,Albania
    Posts
    166
    If you can tell me the steps where to find the QT source and how to compile it, i will try to do it.
    I already downloaded the GTK version0.9.9 which is as usual not good in my PC.

    I am using the qt 0.9.6 and it works great with most ISOS,except that has some graphic ISUES and i hope 0.9.9 has fixed some of them!
    I have had a 360 ,but it got the RROD
    No more XBOX, i turned PS3
    I had it for months ,it still amazes me!

    Never seen a bigger failure of MICROSOFT then the XBOX 360!

  4. #4
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Quote Originally Posted by KiwiLinux7.10 View Post
    If you can tell me the steps where to find the QT source and how to compile it, i will try to do it.
    I already downloaded the GTK version0.9.9 which is as usual not good in my PC.

    I am using the qt 0.9.6 and it works great with most ISOS,except that has some graphic ISUES and i hope 0.9.9 has fixed some of them!
    You can download the source from here: Yabause Download

    For compiling in Ubuntu look here: https://help.ubuntu.com/community/CompilingEasyHowTo

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    First of all, install packages necessary for compilation.
    Code:
    sudo apt-get clean all
    sudo apt-get update
    sudo apt-get install build-essential
    Download source code from the link posted by reed9.
    Extract downloaded source and follow instructions given in Install or ReadMe file.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  6. #6
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Just a note, Ubuntu has a program called checkinstall, which is very nice when installing from source. Basically, it allows your package manager to track and handle the program, which is generally a good idea. https://help.ubuntu.com/community/CheckInstall

    The usual method of source installation is as follows (this may vary so do read the Install or ReadMe file as suggested)
    Code:
     ./configure
    make
    sudo make install
    With checkinstall it's
    Code:
    ./configure
    make
    sudo checkinstall

  7. #7
    Linux Newbie
    Join Date
    Apr 2008
    Location
    Tirana,Albania
    Posts
    166
    thank you all. i will try

    Its the first time i 've compiled a file myself ,in ONE YEAR and HALF using Linux.YES!
    Thank you guys,but unfortunately the source was only the GTK version,but thanks anyways.I learned a new thing.
    I have had a 360 ,but it got the RROD
    No more XBOX, i turned PS3
    I had it for months ,it still amazes me!

    Never seen a bigger failure of MICROSOFT then the XBOX 360!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...