mirror of
https://github.com/JoeyDeVries/LearnOpenGL.git
synced 2026-01-02 04:37:54 +08:00
readme: added "Linux building in Docker"
This commit is contained in:
@@ -19,6 +19,12 @@ Note that CodeBlocks or other IDEs may have issues running the programs due to p
|
|||||||
|
|
||||||
Running `ls $LOGL_ROOT_PATH` should list, among other things, this README file and the resources direcory.
|
Running `ls $LOGL_ROOT_PATH` should list, among other things, this README file and the resources direcory.
|
||||||
|
|
||||||
|
### Linux building in Docker
|
||||||
|
Using [this project](https://github.com/01e9/docker-ide) you can start IDE in docker:
|
||||||
|
```
|
||||||
|
.../docker-ide/ide cpp-gpu ~/.../clion/bin/clion.sh -x11docker "--gpu"
|
||||||
|
```
|
||||||
|
|
||||||
## Mac OS X building
|
## Mac OS X building
|
||||||
Building on Mac OS X is fairly simple (thanks [@hyperknot](https://github.com/hyperknot)):
|
Building on Mac OS X is fairly simple (thanks [@hyperknot](https://github.com/hyperknot)):
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user