我正在尝试在 Ubuntu 上安装 2Pong 进行实验,但我无法弄清楚如何让它运行。我安装了所有要求并按照自述文件中的说明进行操作,但经过多次搜索,我仍然找不到解决方案。
我也尝试按照他们网站上的 SDL 说明进行操作,但没有成功。
自述文件指出:
要求:
- SDL
- SDL_Net
- SDL_Mixer
- 图标v
- zlib
- libxml2
编译:
- 光盘源
- 制作
我安装了所有东西,但是当我尝试执行时:
sudo make src
我得到:
make: Nothing to be done for 'src'.
文件夹中的文件有:2Pong、src(文件夹)、README和conf.xml。
游戏链接:
http://twopong.sourceforge.net/
编辑:实施 SurvivalMachine 的修复后我的错误:
In file included from net.cpp:1:0:
net.h:5:10: fatal error: SDL/SDL_net.h: No such file or directory
#include <SDL/SDL_net.h>
^~~~~~~~~~~~~~~
compilation terminated.
Makefile:52: recipe for target 'net.o' failed
make: *** [net.o] Error 1