source:
downloads/linux/flatpak/res/boost-configure
@
156
Last change on this file since 156 was 156, checked in by patricwi, 6 years ago | |
---|---|
|
|
File size: 135 bytes |
Line | |
---|---|
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.