Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/linux/flatpak/res/boost-configure

Last change on this file was 156, checked in by patricwi, 5 years ago

Added boost-configure file

  • Property svn:executable set to *
File size: 135 bytes
Line 
1./bootstrap.sh "$@"
2
3cat <<EOF >Makefile
4all:
5        ./b2 -j 3 --with-filesystem --with-thread --with-date_time
6
7
8install:
9        ./b2 install
10EOF
Note: See TracBrowser for help on using the repository browser.