Ubuntu Linux
-
#10565
Köszi a bizalmat :D
Ez mit jelent?
Get:1 http://us.archive.ubuntu.com/ubuntu/ raring/main emacsen-common all 2.0.5 [17,3 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ raring/main cmake-data all 2.8.10.1-0ubuntu6 [802 kB]
Get:3 http://us.archive.ubuntu.com/ubuntu/ raring/main cmake amd64 2.8.10.1-0ubuntu6 [4.790 kB]
Fetched 5.609 kB in 4s (1.150 kB/s)
Selecting previously unselected package emacsen-common.
(Reading database ... 223891 files and directories currently installed.)
Unpacking emacsen-common (from .../emacsen-common_2.0.5_all.deb) ...
Selecting previously unselected package cmake-data.
Unpacking cmake-data (from .../cmake-data_2.8.10.1-0ubuntu6_all.deb) ...
Selecting previously unselected package cmake.
Unpacking cmake (from .../cmake_2.8.10.1-0ubuntu6_amd64.deb) ...
Processing triggers for man-db ...
Setting up emacsen-common (2.0.5) ...
Setting up cmake-data (2.8.10.1-0ubuntu6) ...
Install cmake-data for emacs
Setting up cmake (2.8.10.1-0ubuntu6) ...
pege@pege-desktop:~/openspades.mk$ mkdir openspades.mk && cd openspades.mk && cmake .. && make OpenSpadessudo make install
CMake Error: The source directory "/home/pege/openspades.mk" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
pege@pege-desktop:~/openspades.mk/openspades.mk$ sudo make install
make: *** No rule to make target `install'. Stop.
Le kell töltenem a Cmake GUI-t?
Csak mert a telepítési útmutató más sorrendet ír:
On Linux
On Debian-derived distributions: sudo apt-get install pkg-config libsdl1.2-dev libfltk1.3-dev libglew-dev libcurl3-openssl-dev (because of a bug in some distributions, you might also have to install more packages by sudo apt-get install libjpeg-dev libxinerama-dev libxft-dev)
mkdir openspades.mk && cd openspades.mk && cmake .. && make OpenSpades
sudo make install
Two choices:
Download windows binary of OpenSpades from https://sites.google.com/a/yvt.jp/openspades/downloads, extract it, and copy the .pak files inside Resources directory into /usr/local/share/openspades/Resources or ~/.openspades/Resources
Download CMake, and run the cmake-gui (don't set the binary dir to be the same dir as your project dir, but preferably set it to something like OpenSpades.msvc (this directory is ignored by git).
openspades and enjoy