@@ -63,7 +63,7 @@ Both Win32 and x64 builds are supported and being tested.
6363Example of CMake execution (assuming that vcpkg was installed in c:/tools):
6464```
6565call "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
6767cd P0267_RefImpl
6868mkdir Debug
6969cd Debug
@@ -84,7 +84,7 @@ Installation steps:
8484Example of CMake execution:
8585```
8686export 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
8888cd P0267_RefImpl
8989mkdir Debug
9090cd Debug
@@ -107,7 +107,7 @@ Installation steps:
107107```
108108export CXXFLAGS="$CXXFLAGS -isystem/opt/X11/include -isystem/opt/local/include -isystem/usr/local/include"
109109export 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
111111cd P0267_RefImpl
112112mkdir Debug
113113cd Debug
@@ -125,7 +125,7 @@ Installation steps:
125125
126126Example 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
129129cd P0267_RefImpl
130130mkdir Debug
131131cd Debug
@@ -145,7 +145,7 @@ Example of CMake execution:
145145```
146146git clone https://github.com/leetal/ios-cmake
147147ex -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
149149cd P0267_RefImpl
150150mkdir Debug
151151cd Debug
0 commit comments