-
请下载所有所需资源,并解压到/res文件夹
-
请自行下载以下所有依赖库(或从这里直接下载Windows版本的整合包),并将头文件复制或链接到/dependencies/include文件夹,将库文件复制或链接到/dependencies/lib文件夹:
Compile NEWorld in Linux
- You need have the dependences installed. dependences: git,gcc/clang,cmake,boost(1.61.0+),libgl,glew,sdl2,sdl_image,freetype2,alsa
- git clone https://github.com/Infinideastudio/NEWorld.git
- mkdir /build/cmake/
- cd /build/cmake/
- cmake ../../
- make