explain how to compile on FreeBSD (hello padawan :)
This commit is contained in:
parent
3957936e98
commit
3802975aee
6
Makefile
6
Makefile
@ -1,7 +1,11 @@
|
||||
|
||||
#############################################
|
||||
#
|
||||
# making the bubulles library
|
||||
# maybe must be run with gmake on FreeBSD
|
||||
#
|
||||
# for compiling on FreeBSD :
|
||||
# $ gmake CC=clang tbb
|
||||
#
|
||||
#############################################
|
||||
|
||||
CC = gcc
|
||||
|
@ -9,9 +9,6 @@
|
||||
* But you have to use GNU make, iirc...
|
||||
* Looking at the Makefile is a good idea.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
* for compiling on FreeBSD :
|
||||
$ gmake CC=clang tbb
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
/* --------------------------------------------------------------------- */
|
||||
|
||||
#define LIBBB_VERSION 49
|
||||
#define LIBBB_VERSION 50
|
||||
|
||||
#define SZ_BUBULLE_TEXT 51 /* arbitrary value */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user