|
|
@ -12,7 +12,7 @@ pacman -S make mingw-w64-x86_64-gcc mingw-w64-x86_64-openssl |
|
|
|
* Compile application |
|
|
|
* Compile application |
|
|
|
|
|
|
|
|
|
|
|
```bash |
|
|
|
```bash |
|
|
|
make -f Makefile.mingw |
|
|
|
make |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
* Run it using `sygcpp.exe` |
|
|
|
* Run it using `sygcpp.exe` |
|
|
@ -28,7 +28,7 @@ sudo apt-get install make g++ libssl-dev |
|
|
|
* Compile application |
|
|
|
* Compile application |
|
|
|
|
|
|
|
|
|
|
|
``` |
|
|
|
``` |
|
|
|
make -f Makefile.linux |
|
|
|
make |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
* Run it using `./sygcpp` |
|
|
|
* Run it using `./sygcpp` |
|
|
|