Skip to content

Files

Latest commit

author
Null
Aug 26, 2016
a526881 · Aug 26, 2016

History

History
26 lines (20 loc) · 1.03 KB

installation.md

File metadata and controls

26 lines (20 loc) · 1.03 KB

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