Fix compilation for double precision mode(Fixes #167).
This commit is contained in:
@@ -6,11 +6,21 @@
|
||||
|
||||
* C++-11 compiler
|
||||
|
||||
## How to build
|
||||
|
||||
```
|
||||
$ premak5 gmake
|
||||
```
|
||||
|
||||
## Compile options
|
||||
|
||||
* zstd compressed .obj support. `--with-zstd` premake option.
|
||||
* gzip compressed .obj support. `--with-zlib` premake option.
|
||||
|
||||
## Notes on AMD GPU + Linux
|
||||
|
||||
You may need to link with libdrm(`-ldrm`).
|
||||
|
||||
## Licenses
|
||||
|
||||
* lfpAlloc : MIT license.
|
||||
|
||||
Reference in New Issue
Block a user