Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Step-by-step manual of compiling SDL version for Linux Mint users
05-08-2013, 09:08 AM (This post was last modified: 05-08-2013 11:12 AM by CyberMan.)
Post: #1
Step-by-step manual of compiling SDL version for Linux Mint users
Using now Linux MINT 14 and got some troubles with compiling of sources - error

CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.

was appeared. So how withiout brainpain download and compile teh sources? It's pretty easy!

Open your terminal antd type:

git clone https://github.com/hrydgard/ppsspp.git

Go to newly maked folder:

cd ppsspp

And download needed modules:

git submodule update --init

Now we need CMake, SDL and needed compiler:

sudo apt-get update
sudo apt-get install libsdl1.2-dev cmake build-essential -y

Done! Now we can build the emu:

./b.sh

You did it! Emu seccussfully compiled and you can run it on your PC
[Image: thumb.png]
Sorry for my english.

Testing only Windows emu builds
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: