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