I got the hopmod source code and stuff at
http://hopmod.e-topic.info/new/index.php5?title=Installation
I'm running the newest ubuntu
At the moment i'm past the step "Download the source code"
And i'm not able to do the next step because of some unknown problem.
mkdir release-build
cd release-build
cmake ..
make
make install
When i type that code (Required for the server)
it gives this error:
ulysses@ubuntu:~/release-build/release-build$ mkdir release-build
ulysses@ubuntu:~/release-build/release-build$ cd release-build
ulysses@ubuntu:~/release-build/release-build/release-build$ cmake ..
CMake Error: The source directory "/home/ulysses/release-build/release-build" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
ulysses@ubuntu:~/release-build/release-build/release-build$ make
make: *** No targets specified and no makefile found. Stop.
ulysses@ubuntu:~/release-build/release-build/release-build$ make install
make: *** No rule to make target `install'. Stop.
ulysses@ubuntu:~/release-build/release-build/release-build$
How do i fix this?
Thanks.