We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c581bc commit fe087e8Copy full SHA for fe087e8
README.md
@@ -33,12 +33,19 @@ Features:
33
34
=============================
35
36
-UNIX build instructions:
+Clone:
37
------------------------
38
39
```
40
git clone https://github.com/corporateshark/PortAMP
41
-cd PortAMP
+git submodule init
42
+git submodule update
43
+```
44
+
45
+UNIX build instructions:
46
+------------------------
47
48
49
mkdir build
50
cd build
51
cmake .. -G "Unix Makefiles"
@@ -49,11 +56,9 @@ Windows build instructions:
56
---------------------------
57
58
52
-git clone https://github.com/corporateshark/PortAMP
53
54
59
55
60
-cmake .. -G "Visual Studio 12 2013"
61
+cmake .. -G "Visual Studio 15 2017"
62
start PortAMP.sln
63
64
0 commit comments