Skip to content

Commit

Permalink
Git repo renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
Beman committed Sep 11, 2013
1 parent 00b6cca commit ef7f7dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Windows:
svn export http://svn.boost.org/svn/boost/trunk boost-trunk trunk-ex
cd trunk-ex\libs
git clone git@github.com:Beman/endian.git endian
git clone git@github.com:Beman/Boost-Btree.git btree
git clone git@github.com:Beman/btree.git btree
cd ..\boost
mklink /d endian ..\libs\btree\include\boost\endian
mklink /d btree ..\libs\btree\include\boost\btree
Expand All @@ -30,7 +30,7 @@ POSIX-like systems:
svn export http://svn.boost.org/svn/boost/trunk boost-trunk trunk-ex
cd trunk-ex/libs
git clone git@github.com:Beman/endian.git endian
git clone git@github.com:Beman/Boost-Btree.git btree
git clone git@github.com:Beman/btree.git btree
cd ../boost
ln -s ../libs/endian/include/boost/endian endian
ln -s ../libs/btree/include/boost/btree btree
Expand Down

0 comments on commit ef7f7dd

Please sign in to comment.