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