Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
Back to Ticket #8812
Ticket #8812
: build_filesystem
File build_filesystem,
237 bytes
(added by
Bruce Stephens <bruce.r.stephens@…>
,
9 years ago
)
Script to show the problem (run in a boost directory)
Line
1
#!/bin/sh -e
2
3
./bootstrap.sh
4
(
cd
tools/bcp
;
../../b2
)
5
6
test
-d filesystem-build
||
mkdir filesystem-build
7
8
$(
find bin.v2 -name bcp -type f -perm -1
)
--boost
=
$PWD
build filesystem filesystem-build
9
10
cd
filesystem-build
11
./bootstrap.sh
12
./b2
Download in other formats:
Original Format