bibendovsky / ltjs

LithTech Jupiter System
45 stars 13 forks source link

Request build instructions #21

Open JohnPaulHarold opened 5 years ago

JohnPaulHarold commented 5 years ago

For those not super familiar with cmake, could you provide some build instructions in the readme.md

ghost commented 5 years ago

It's really easy to CMake it.

  1. Install the Visual Studio 2017;
  2. Install the CMake;
  3. Open the CMake GUI, and select the VS2017;
  4. Setup the Project Dir, and the Build dir, Configure, and it will show you some errors;
  5. Fix the error, only need to setup the OpenAL, FFMPEG and SDL2's include dir and lib dir, and set a Install dir;
  6. Try Configure agan, I think everything will be fun;
  7. Generate the project, and using VS2017 open the project solution in Build dir (In 4. you setup);
  8. Compiling a project named "INSTALL", and it will compiling everything and copy the Binarys to Install dir (In 5. you setup);
  9. Copy everything in NOLF2 game dir;
  10. Openning the game and enjoy :).