source:
downloads/linux/flatpak/res/boost-configure
Last change on this file was 156, checked in by patricwi, 6 years ago | |
---|---|
|
|
File size: 135 bytes |
Rev | Line | |
---|---|---|
[156] | 1 | ./bootstrap.sh "$@" |
2 | ||
3 | cat <<EOF >Makefile | |
4 | all: | |
5 | ./b2 -j 3 --with-filesystem --with-thread --with-date_time | |
6 | ||
7 | ||
8 | install: | |
9 | ./b2 install | |
10 | EOF |
Note: See TracBrowser
for help on using the repository browser.