Dolphin, the GameCube and Wii emulator - Forums

Full Version: where to get 4.0.2 for ubuntu 14.04 (now needed help with installing from github)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
theres no download choice for ubuntu 14.04 for the latest stable, in fact the only one that has it is for 13.04 and thats 2 stable versions ago.
Download the latest dev version. It's at least ~26% faster, and much more accurate, with bugfixes and new features.
(09-14-2014, 02:54 PM)Kurausukun Wrote: [ -> ]Download the latest dev version. It's at least ~26% faster, and much more accurate, with bugfixes and new features.

thats only for 13.04, will not work with 14.04. thats why im asking how to get the 14.04 version there should be one by now. not like 14.04 just came out yesterday.
There is no download for 4.0.2 for Ubuntu (not on this site at least), you have to compile it (you can find the source code here: https://github.com/dolphin-emu/dolphin/releases/tag/4.0.2 or just run git checkout 4.0.2 if you've cloned the source.

But if you're going to be compiling from source anyway, just compile the latest revisions, since that way Dolphin will work with 14.04 and you'll get the latest speed improvements.
(09-14-2014, 03:45 PM)Shonumi Wrote: [ -> ]There is no download for 4.0.2 for Ubuntu (not on this site at least), you have to compile it (you can find the source code here: https://github.com/dolphin-emu/dolphin/releases/tag/4.0.2 or just run git checkout 4.0.2 if you've cloned the source.

But if you're going to be compiling from source anyway, just compile the latest revisions, since that way Dolphin will work with 14.04 and you'll get the latest speed improvements.

is there a particular guide for doing that? im still a bit new to linux and theres a few things i havent yet learned. (im taking it a step at a time) and compiling something from github isnt something ive gotten into yet, and if theres an official dolphin guide for doing it id prefer learning it through that instead of a something from google.

Thank You


EDIT : i found this https://wiki.dolphin-emu.org/index.php?title=Building_Dolphin_on_Linux . so im doing it by that, im not sure if this will use the stable or the latest dev build like you recommended.

Edit 2 : i got down to step 3 at the part where it says
Configure the build.
cmake ..

but that dosent exactly do anything..... soo, what the hell do i do now? ( http://i1188.photobucket.com/albums/z409/128Bit_Stick/Screenshotfrom2014-09-14061508_zpsda549540.png )

when i do try to do the cmake it gives me this :

joshua@Josh-sattelitec55dt-a:~/dolphin-emu/Build$ cmake ...
CMake Error: The source directory "/home/joshua/dolphin-emu/Build/..." does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
joshua@Josh-sattelitec55dt-a:~/dolphin-emu/Build$
It's cmake ..

You do that from within the Build directory, and it should work.
(09-14-2014, 08:31 PM)JMC47 Wrote: [ -> ]It's cmake ..

You do that from within the Build directory, and it should work.

see above, thats what i did.....
you said cmake ...
(09-14-2014, 08:35 PM)JMC47 Wrote: [ -> ]you said cmake ...

so i need 1 less dot? o.o alrighty than, ill try that


alright, i did that and got this.

joshua@Josh-sattelitec55dt-a:~$ cd ./dolphin-emu/Build
joshua@Josh-sattelitec55dt-a:~/dolphin-emu/Build$ cmake ..
-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found Git: /usr/bin/git (found version "1.9.1")
x86_64
-- Performing Test FLAG_TYPE_LIMITS
-- Performing Test FLAG_TYPE_LIMITS - Success
-- Performing Test FLAG_SIGN_COMPARE
-- Performing Test FLAG_SIGN_COMPARE - Success
-- Performing Test FLAG_IGNORED_QUALIFIERS
-- Performing Test FLAG_IGNORED_QUALIFIERS - Success
-- Performing Test FLAG_UNINITIALIZED
-- Performing Test FLAG_UNINITIALIZED - Success
-- Performing Test FLAG_LOGICAL_OP
-- Performing Test FLAG_LOGICAL_OP - Success
-- Performing Test FLAG_SHADOW
-- Performing Test FLAG_SHADOW - Success
-- Performing Test FLAG_INIT_SELF
-- Performing Test FLAG_INIT_SELF - Success
-- Performing Test FLAG_MISSING_DECLARATIONS
-- Performing Test FLAG_MISSING_DECLARATIONS - Success
-- Performing Test FLAG_MISSING_VARIABLE_DECLARATIONS
-- Performing Test FLAG_MISSING_VARIABLE_DECLARATIONS - Failed
-- Performing Test FLAG_VISIBILITY_INLINES_HIDDEN
-- Performing Test FLAG_VISIBILITY_INLINES_HIDDEN - Success
-- Performing Test FLAG_VISIBILITY_HIDDEN
-- Performing Test FLAG_VISIBILITY_HIDDEN - Success
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
-- Try OpenMP C flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Try OpenMP CXX flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Found OpenMP: -fopenmp
OpenMP parallelization enabled
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so
-- Found ALSA: /usr/lib/x86_64-linux-gnu/libasound.so (found version "1.0.27.2")
ALSA found, enabling ALSA sound backend
ao found, enabling ao sound backend
bluez found, enabling bluetooth support
PulseAudio found, enabling PulseAudio sound backend
-- Could NOT find OpenAL (missing: OPENAL_LIBRARY OPENAL_INCLUDE_DIR)
OpenAL NOT found, disabling OpenAL sound backend
X11 support enabled
Xrandr found
-- checking for module 'xi>=1.5.0'
-- found xi, version 1.7.1.901
-- checking for modules 'libavcodec>=54.35.0;libavformat>=54.20.4;libswscale>=2.1.1;libavutil>=52.3.0'
-- found libavcodec, version 54.35.0
-- found libavformat, version 54.20.4
-- found libswscale, version 2.1.1
-- found libavutil, version 52.3.0
libav/ffmpeg found, enabling AVI frame dumps
-- Performing Test PORTAUDIO
-- Performing Test PORTAUDIO - Failed
PortAudio not found, disabling mic support
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8")
Using shared zlib
Using static lzo from Externals
Using shared libpng
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - not found
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE
-- Found SDL2: /usr/lib/x86_64-linux-gnu/libSDL2main.a;/usr/lib/x86_64-linux-gnu/libSDL2.so;-pthread
Using shared SDL2
-- checking for module 'libusb-1.0'
-- found libusb-1.0, version 1.0.17
-- Found libusb-1.0: /usr/include/libusb-1.0, /usr/lib/x86_64-linux-gnu/libusb-1.0.so
Using shared LibUSB
Could NOT find SFML (missing: SFML_INCLUDE_DIR)
Using static SFML 1.5 from Externals
-- Could not find miniupnp
Using static miniupnpc from Externals
-- Could not find polarssl
Using PolarSSL from Externals
Using static SOIL from Externals
-- Found wxWidgets: TRUE
Found wxWidgets version 2.8.12
At least 3.0.0 is required; ignoring found version
-- checking for module 'freetype2'
-- found freetype2, version 17.1.11
-- Found Freetype: /usr/lib/x86_64-linux-gnu/libfreetype.so (found version "17.1.11")
-- Found GTK2_GTK: /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so
Using static wxWidgets from Externals
gthread-2.0 found
pangocairo found
-- Found Gettext: /usr/bin/msgmerge (found version "0.18.3")
-- Configuring done
-- Generating done
-- Build files have been written to: /home/joshua/dolphin-emu/Build
joshua@Josh-sattelitec55dt-a:~/dolphin-emu/Build$


im not seeing any errors except the mic thing, but that dosent matter. im performing the last steps now.
Then you type make -j4 (with the number being the number of cores your computer has.)
Pages: 1 2