Skip to content

Commit 980a14c

Browse files
authored
Update BUILDING.md
Changed references to mikebmcl to cpp-io2d.
1 parent a805fc8 commit 980a14c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

BUILDING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Both Win32 and x64 builds are supported and being tested.
6363
Example of CMake execution (assuming that vcpkg was installed in c:/tools):
6464
```
6565
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
66-
git clone --recurse-submodules https://github.com/mikebmcl/P0267_RefImpl
66+
git clone --recurse-submodules https://github.com/cpp-io2d/P0267_RefImpl
6767
cd P0267_RefImpl
6868
mkdir Debug
6969
cd Debug
@@ -84,7 +84,7 @@ Installation steps:
8484
Example of CMake execution:
8585
```
8686
export CXX=g++-7
87-
git clone --recurse-submodules https://github.com/mikebmcl/P0267_RefImpl
87+
git clone --recurse-submodules https://github.com/cpp-io2d/P0267_RefImpl
8888
cd P0267_RefImpl
8989
mkdir Debug
9090
cd Debug
@@ -107,7 +107,7 @@ Installation steps:
107107
```
108108
export CXXFLAGS="$CXXFLAGS -isystem/opt/X11/include -isystem/opt/local/include -isystem/usr/local/include"
109109
export LDFLAGS="$LDFLAGS -L/opt/X11/lib -L/opt/local/lib -L/usr/local/lib"
110-
git clone --recurse-submodules https://github.com/mikebmcl/P0267_RefImpl
110+
git clone --recurse-submodules https://github.com/cpp-io2d/P0267_RefImpl
111111
cd P0267_RefImpl
112112
mkdir Debug
113113
cd Debug
@@ -125,7 +125,7 @@ Installation steps:
125125

126126
Example of CMake execution:
127127
```
128-
git clone --recurse-submodules https://github.com/mikebmcl/P0267_RefImpl
128+
git clone --recurse-submodules https://github.com/cpp-io2d/P0267_RefImpl
129129
cd P0267_RefImpl
130130
mkdir Debug
131131
cd Debug
@@ -145,7 +145,7 @@ Example of CMake execution:
145145
```
146146
git clone https://github.com/leetal/ios-cmake
147147
ex -sc '1i|set( CXX_FLAGS "-nostdinc++ -IPathToModernLibCXX/include/c++/v1" )' -cx ios-cmake/ios.toolchain.cmake
148-
git clone --recurse-submodules https://github.com/mikebmcl/P0267_RefImpl
148+
git clone --recurse-submodules https://github.com/cpp-io2d/P0267_RefImpl
149149
cd P0267_RefImpl
150150
mkdir Debug
151151
cd Debug

0 commit comments

Comments
 (0)