From 3802975aee19061dddf3b4587350fce91b6ba812 Mon Sep 17 00:00:00 2001 From: tTh on Padawan Date: Mon, 26 Nov 2018 15:11:23 +0100 Subject: [PATCH] explain how to compile on FreeBSD (hello padawan :) --- Makefile | 6 +++++- README.txt | 7 ++----- bubulles.h | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 85362c2..e04f5f4 100644 --- a/Makefile +++ b/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 diff --git a/README.txt b/README.txt index ff21e31..7e91cb7 100644 --- a/README.txt +++ b/README.txt @@ -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 diff --git a/bubulles.h b/bubulles.h index eb41a68..40765ed 100644 --- a/bubulles.h +++ b/bubulles.h @@ -4,7 +4,7 @@ /* --------------------------------------------------------------------- */ -#define LIBBB_VERSION 49 +#define LIBBB_VERSION 50 #define SZ_BUBULLE_TEXT 51 /* arbitrary value */