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 Sorry for my english. [URL=https://matchnow.info]Pretty Girls in your town[/URL] |
|||
« Next Oldest | Next Newest »
|