Skip to content

Commit 4f79fb9

Browse files
authored
Merge pull request #76 from masx200/masx200-patch-1
Update install.sh
2 parents c057a6f + 1338406 commit 4f79fb9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ sudo make install
2828
cd ~
2929
mkdir cppmodules
3030
cd cppmodules
31-
wget https://github.com/masx200/leetcode-treenode-cpp/archive/refs/tags/1.1.1.zip
32-
unzip 1.1.1.zip
31+
wget -v --output-document=leetcode-treenode-cpp.zip https://github.com/masx200/leetcode-treenode-cpp/archive/refs/tags/1.1.2.zip
32+
unzip leetcode-treenode-cpp.zip

make.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
g++ ~/cppmodules/leetcode-treenode-cpp-1.1.1/*.cxx ./insert-into-a-binary-search-tree/test.cpp -fmodules-ts -l cppunit -I ./insert-into-a-binary-search-tree -v -c
1+
g++ ~/cppmodules/leetcode-treenode-cpp-1.1.2/*.cxx ./insert-into-a-binary-search-tree/test.cpp -fmodules-ts -l cppunit -I ./insert-into-a-binary-search-tree -v -c
22

3-
g++ ~/cppmodules/leetcode-treenode-cpp-1.1.1/*.cxx ./insert-into-a-binary-search-tree/test.cpp -fmodules-ts -l cppunit -o ./insert-into-a-binary-search-tree/test.bin -I ./insert-into-a-binary-search-tree -v
3+
g++ ~/cppmodules/leetcode-treenode-cpp-1.1.2/*.cxx ./insert-into-a-binary-search-tree/test.cpp -fmodules-ts -l cppunit -o ./insert-into-a-binary-search-tree/test.bin -I ./insert-into-a-binary-search-tree -v
44

55

66
g++ ./check-if-it-is-a-good-array/test.cpp -l gtest -o ./check-if-it-is-a-good-array/test.bin -I ./check-if-it-is-a-good-array -v -l pthread
77

8-
g++ ./insufficient-nodes-in-root-to-leaf-paths/test.cpp ~/cppmodules/leetcode-treenode-cpp-1.1.1/*.cxx -fmodules-ts -l gtest -I ./insufficient-nodes-in-root-to-leaf-paths -v -l pthread -c
8+
g++ ./insufficient-nodes-in-root-to-leaf-paths/test.cpp ~/cppmodules/leetcode-treenode-cpp-1.1.2/*.cxx -fmodules-ts -l gtest -I ./insufficient-nodes-in-root-to-leaf-paths -v -l pthread -c
99

10-
g++ ./insufficient-nodes-in-root-to-leaf-paths/test.cpp ~/cppmodules/leetcode-treenode-cpp-1.1.1/*.cxx -fmodules-ts -l gtest -o ./insufficient-nodes-in-root-to-leaf-paths/test.bin -I ./insufficient-nodes-in-root-to-leaf-paths -v -l pthread
10+
g++ ./insufficient-nodes-in-root-to-leaf-paths/test.cpp ~/cppmodules/leetcode-treenode-cpp-1.1.2/*.cxx -fmodules-ts -l gtest -o ./insufficient-nodes-in-root-to-leaf-paths/test.bin -I ./insufficient-nodes-in-root-to-leaf-paths -v -l pthread

0 commit comments

Comments
 (0)