Skip to content

Commit 6db7b28

Browse files
ldemaillyfacebook-github-bot
authored andcommitted
Another mac travis fix
Summary: And instructions for using it outside of travis Closes facebook#158 Differential Revision: D5247190 Pulled By: uddipta fbshipit-source-id: 0f1189f44ae701c3c6782f1f9dae3269c6e15bb6
1 parent 8bdf0d0 commit 6db7b28

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

build/BUILD.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,12 @@ Open the terminal application and type "git" or "make" to be prompted to install
9090

9191
## Using the contbuild script locally
9292

93+
This is quite heavy handed (manual/brew steps are better) but should work because travis works
94+
9395
```sh
94-
source travis_osx.sh
96+
git clone https://github.com/facebook/wdt.git
97+
cd wdt
98+
source build/travis_osx.sh
9599
mkdir ../build && cd ../build
96100
cmake ../wdt -DBUILD_TESTING=1
97101
make -j

build/travis_osx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ mkdir double-conversion-build
2828
git clone https://github.com/schuhschuh/gflags.git
2929
(mkdir gflags-build; cd gflags-build; cmake -DCMAKE_INSTALL_PREFIX=$HOME -DGFLAGS_NAMESPACE=google -DBUILD_SHARED_LIBS=on ../gflags && make -j 4 && make install)
3030
git clone https://github.com/google/glog.git
31-
( cd glog && ./configure --with-gflags=$HOME --prefix=$HOME && make -j 4 && make install )
31+
( cd glog && ./autogen.sh && ./configure --with-gflags=$HOME --prefix=$HOME && make -j 4 && make install )
3232
git clone https://github.com/facebook/folly.git
3333
pwd ; ls -l
3434
cd wdt

0 commit comments

Comments
 (0)