Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/linux/flatpak/boost-configure @ 151

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

added almost working flatpak build repo

  • 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.