Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 969 Bytes

installation.md

File metadata and controls

25 lines (19 loc) · 969 Bytes

NEWorld编译指南

Windows(Old)

  1. 请下载所有所需资源,并解压到/res文件夹

  2. 请自行下载以下所有依赖库(或从这里直接下载Windows版本的整合包),并将头文件复制或链接到/dependencies/include文件夹,将库文件复制或链接到/dependencies/lib文件夹:

Linux

Compile NEWorld in Linux

  1. You need have the dependences installed. dependences: git,gcc/clang,cmake,boost(1.61.0+),libgl,glew,sdl2,sdl_image,freetype2,alsa
  2. git clone https://github.com/Infinideastudio/NEWorld.git
  3. mkdir /build/cmake/
  4. cd /build/cmake/
  5. cmake ../../
  6. make