more notes
This commit is contained in:
parent
9d98c624f6
commit
61bd27822b
@ -12,7 +12,6 @@ server starts in pubkey server mode, allowing one client to grab the pubkey
|
|||||||
# Usage
|
# Usage
|
||||||
- [TODO] Fill in
|
- [TODO] Fill in
|
||||||
|
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -52,7 +51,11 @@ mkdir build
|
|||||||
cd build
|
cd build
|
||||||
cmake ..
|
cmake ..
|
||||||
g++ server.cpp -o server -lzmq -Wl,-rpath,.
|
g++ server.cpp -o server -lzmq -Wl,-rpath,.
|
||||||
|
g++ client.cpp -o client -lzmq -Wl,-rpath,.
|
||||||
```
|
```
|
||||||
|
- [TODO] wrap in a makefile, see bellatui
|
||||||
|
- [TODO] put in bin/Linux
|
||||||
|
- [TODO] get rid of package manager
|
||||||
|
|
||||||
## MacOS
|
## MacOS
|
||||||
Install Cmake to /Applications
|
Install Cmake to /Applications
|
||||||
@ -89,6 +92,7 @@ cp ../libzmq/build/lib/libzmq.5.dylib .
|
|||||||
- [TODO] wrap in a makefile, see bellatui
|
- [TODO] wrap in a makefile, see bellatui
|
||||||
- [TODO] put in bin/Darwin
|
- [TODO] put in bin/Darwin
|
||||||
- [TODO] clears compile time warnings
|
- [TODO] clears compile time warnings
|
||||||
|
- [TODO] get rid of package manager
|
||||||
|
|
||||||
## Windows
|
## Windows
|
||||||
Install Visual Studio Community with Desktop C++
|
Install Visual Studio Community with Desktop C++
|
||||||
@ -109,5 +113,8 @@ cl /std:c++17 client.cpp -Fe:client.exe -Ic:..\vcpkg\installed\x64-windows\inclu
|
|||||||
cl /std:c++17 server.cpp -Fe:server.exe -Ic:..\vcpkg\installed\x64-windows\include\ /link ..\vcpkg\installed\x64-windows\lib\libzmq-mt-4_3_5.lib
|
cl /std:c++17 server.cpp -Fe:server.exe -Ic:..\vcpkg\installed\x64-windows\include\ /link ..\vcpkg\installed\x64-windows\lib\libzmq-mt-4_3_5.lib
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- [TODO] create a .vcxproj, see bellatui
|
||||||
|
- [TODO] get rid of package manager
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user