Skip to content

Commit

Permalink
More build instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcy committed Jul 12, 2020
1 parent b860868 commit d739492
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,19 @@ It is an independent fork of [thekla_atlas](https://github.com/Thekla/thekla_atl

### Building

Windows: run `build\premake.bat`. Open `build\vs2019\xatlas.sln`.
Premake is used. For CMake support, see [here](https://github.com/cpp-pm/xatlas).

Linux: install premake5. Run `premake5 gmake`, `cd build/gmake`, `make`.
Integration into an existing build is simple, only `xatlas.cpp` and `xatlas.h` are required.

For CMake support, see [here](https://github.com/cpp-pm/xatlas).
#### Windows

Run `build\premake.bat`. Open `build\vs2019\xatlas.sln`.

Note: change the build configuration to "Release". The default - "Debug" - severely degrades performance.

#### Linux

Install premake5. Run `premake5 gmake`, `cd build/gmake`, `make`.

### Generate an atlas (simple API)

Expand Down

0 comments on commit d739492

Please sign in to comment.