Skip to content

Commit b8974c3

Browse files
author
Arnaud Masserann
committed
- old CMake custom command which breaks Mac compilation
- numpy (horrible to install on Mac); replaced by custom RMS computation + XCode and GCC test builds + core2-specific tests
0 parents  commit b8974c3

File tree

2,158 files changed

+404398
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,158 files changed

+404398
-0
lines changed

.hgignore

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
syntax: glob
2+
3+
*.dll
4+
*.exe
5+
build/*
6+
bin-*/*
7+
distrib/build_*/*
8+
*.bak
9+
*.orig
10+
screenshot.bmp
11+
*.pyc
12+
Thumbs.db
13+
glob:OpenGL-tutorial_v*
14+
relre:.*\.blend.+
15+
glob:*.mtl

BUILDING.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Please READ Tutorial 1 and don't build the tutorials yourself ! Use CMake instead. If you have a problem, read the FAQ.

0 commit comments

Comments
 (0)