Skip to content

Commit

Permalink
update readme and binary
Browse files Browse the repository at this point in the history
  • Loading branch information
norrbotten committed Sep 27, 2020
1 parent 03958eb commit 21ecb10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ You have two options:

This project uses premake5 to generate makefiles and currently only supports 32 bit linux builds

0. If you are on a 64 bit system, make sure your compiler is setup for crosscompliling to 32 bit. If you use GCC/G++, install the `gcc-multilib` and `g++-multilib` packages with your favorite package manager.
1. Clone the repository `git clone --recurse-submodules https://github.com/norrbotten/gwebsocket.git`
2. Run the `setup_linux.sh` script. It will download and build both OpenSSL and ZLib for 32 bit.
2. Run the `setup_linux.sh` script. It will download and build both all dependencies for 32 bit.
2. Generate makefiles `premake5 gmake2`
3. Make the module `cd build; make -j config=release`
3. Make the module `cd build && make -j config=release && cd ..`
4. Your compiled and ready module is now in `build/module/bin`

### Dependencies
Expand Down
Binary file modified gmsv_gwebsocket_linux.dll
Binary file not shown.

0 comments on commit 21ecb10

Please sign in to comment.