From 61bd27822b19103219f2f1c84a6a09d9322f751b Mon Sep 17 00:00:00 2001 From: Harvey Fong Date: Sat, 15 Mar 2025 11:12:50 -0600 Subject: [PATCH] more notes --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b5ff55..153a23c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ server starts in pubkey server mode, allowing one client to grab the pubkey # Usage - [TODO] Fill in - # Build ``` @@ -52,7 +51,11 @@ mkdir build cd build cmake .. 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 Install Cmake to /Applications @@ -89,6 +92,7 @@ cp ../libzmq/build/lib/libzmq.5.dylib . - [TODO] wrap in a makefile, see bellatui - [TODO] put in bin/Darwin - [TODO] clears compile time warnings +- [TODO] get rid of package manager ## Windows 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 ``` +- [TODO] create a .vcxproj, see bellatui +- [TODO] get rid of package manager +