Subversion Repositories wimsdev

Rev

Rev 18640 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18640 Rev 18662
Line 216... Line 216...
216
##    exit 1
216
##    exit 1
217
##  fi
217
##  fi
218
##  autoheader
218
##  autoheader
219
##fi
219
##fi
220
./configure || exit
220
./configure || exit
-
 
221
### use the following for Ubuntu 24.04
-
 
222
# ./configure CFLAGS="-g -O2 -D_FORTIFY_SOURCE=-1"  || exit
221
### if some files are not found during compilation, you can try something like that
223
### if some files are not found during compilation, you can try something like that
222
#./configure CFLAGS="-g -O2 -I/usr/local/include" LDFLAGS=-L/usr/local/lib || exit
224
#./configure CFLAGS="-g -O2 -I/usr/local/include" LDFLAGS=-L/usr/local/lib || exit
223
#./configure CFLAGS="-g -O2 -I/opt/homebrew/include" CXXFLAGS="-g -O2 -I/opt/homebrew/include" LDFLAGS=-L/opt/homebrew/lib || exit
225
#./configure CFLAGS="-g -O2 -I/opt/homebrew/include" CXXFLAGS="-g -O2 -I/opt/homebrew/include" LDFLAGS=-L/opt/homebrew/lib || exit
224
make clean || exit
226
make clean || exit
225
make all || exit
227
make all || exit