Skip to content

Commit f4308e6

Browse files
committed
Merge branch 'master' of https://github.com/charlesangus/DeepC
2 parents 8c8c93e + 54f965a commit f4308e6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Much like how samples can be compressed in the renderer by merging samples close
101101

102102
## Build
103103

104-
Build has been tested on Centos 6.8 with devtoolset-2 (as recommended in NDK dev guide). Compiles against 11.0-11.3, tested really only on 11.1. Let me know how it goes...
104+
Build has been tested on Centos 6.8 with devtoolset-2 (as recommended in NDK dev guide). Compiles against 11.2-11.3, tested really only on 11.2. Let me know how it goes...
105105

106106
### Linux
107107

@@ -112,7 +112,11 @@ sudo wget http://people.centos.org/tru/devtools-2/devtools-2.repo -O /etc/yum.re
112112
sudo yum install devtoolset-2-gcc devtoolset-2-binutils devtoolset-2-gcc-c++ mesa-libGLU-devel
113113
```
114114

115-
You'll also need my fork of FastNoise to compile DeepCPNoise - instructions coming soon for that.
115+
You'll also need my fork of FastNoise compiled as a binary to compile DeepCPNoise - instructions coming soon for that.
116+
117+
```bash
118+
git clone https://github.com/charlesangus/FastNoise
119+
```
116120

117121
Add to .bashrc on dev machine, or run before each build:
118122

0 commit comments

Comments
 (0)