parent
94aecb1155
commit
ee00eec000
@ -0,0 +1,8 @@
|
||||
# | lib bubulles |
|
||||
|
||||
Looking at the Makefile is a good idea.
|
||||
|
||||
for compiling on FreeBSD : $ gmake CC=clang tbb
|
||||
|
||||
Stay tuned, film at 11.
|
||||
|
@ -1,14 +0,0 @@
|
||||
|
||||
+-------------------------+
|
||||
| lib bubulles |
|
||||
+-------------------------+
|
||||
|
||||
/!\ warnings /!\
|
||||
|
||||
* This kludge was mainly build on FreeBSD, so ymmv.
|
||||
* But you have to use GNU make, iirc...
|
||||
* Looking at the Makefile is a good idea.
|
||||
|
||||
* for compiling on FreeBSD :
|
||||
$ gmake CC=clang tbb
|
||||
|
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
ID="/usr/local"
|
||||
|
||||
cp bubulles.h $ID/include/
|
||||
cp libbubulles.a $ID/lib/
|
||||
|
Loading…
Reference in new issue