Skip to content

Commit fe087e8

Browse files
Updated README.md - build instructions
1 parent 6c581bc commit fe087e8

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,19 @@ Features:
3333

3434
=============================
3535

36-
UNIX build instructions:
36+
Clone:
3737
------------------------
3838

3939
```
4040
git clone https://github.com/corporateshark/PortAMP
41-
cd PortAMP
41+
git submodule init
42+
git submodule update
43+
```
44+
45+
UNIX build instructions:
46+
------------------------
47+
48+
```
4249
mkdir build
4350
cd build
4451
cmake .. -G "Unix Makefiles"
@@ -49,11 +56,9 @@ Windows build instructions:
4956
---------------------------
5057

5158
```
52-
git clone https://github.com/corporateshark/PortAMP
53-
cd PortAMP
5459
mkdir build
5560
cd build
56-
cmake .. -G "Visual Studio 12 2013"
61+
cmake .. -G "Visual Studio 15 2017"
5762
start PortAMP.sln
5863
```
5964

0 commit comments

Comments
 (0)