Skip to content

Commit

Permalink
fixed case of client, server, built clean on cmake with standalone ne…
Browse files Browse the repository at this point in the history
…tworking code
  • Loading branch information
Dov Kruger committed Mar 30, 2024
1 parent 8e59fce commit c35e559
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/xp/portable-networking/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*.o
*.obj
*.dll
*.so
a.out
build/
2 changes: 1 addition & 1 deletion src/xp/portable-networking/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.26)
cmake_minimum_required (VERSION 3.22)
project (portable_networking)
set(CMAKE_BUILD_TYPE Debug)

Expand Down
16 changes: 16 additions & 0 deletions src/xp/portable-networking/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# How to build Grail networking subset

```bash
sudo apt install cmake make g++
```

In order to build this code you will need to install cmake (required version is 3.22)
Also required: make g++ toolchain.
This code probably works on windows (should be tested), definitely works on linux

```bash
mkdir build
cd build
cmake ..

```
File renamed without changes.
File renamed without changes.

0 comments on commit c35e559

Please sign in to comment.