Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 152 was 152, checked in by bucyril, 6 years ago

flatpak image now working

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