Skip to content

Commit

Permalink
Updated README.md - build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
corporateshark committed Feb 10, 2018
1 parent 6c581bc commit fe087e8
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,19 @@ Features:

=============================

UNIX build instructions:
Clone:
------------------------

```
git clone https://github.com/corporateshark/PortAMP
cd PortAMP
git submodule init
git submodule update
```

UNIX build instructions:
------------------------

```
mkdir build
cd build
cmake .. -G "Unix Makefiles"
Expand All @@ -49,11 +56,9 @@ Windows build instructions:
---------------------------

```
git clone https://github.com/corporateshark/PortAMP
cd PortAMP
mkdir build
cd build
cmake .. -G "Visual Studio 12 2013"
cmake .. -G "Visual Studio 15 2017"
start PortAMP.sln
```

Expand Down

0 comments on commit fe087e8

Please sign in to comment.