Skip to content

Commit

Permalink
Explicitly note that the sub module has to be checked out to build lw…
Browse files Browse the repository at this point in the history
…ipovpn
  • Loading branch information
schwabe committed Sep 24, 2024
1 parent 256c4b8 commit d24658f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,19 @@ Limitations
- LWIP does not have a netmask for IPv6 addresses. Addresses are always assumed to be /64
- Routes are ignored and lwipovpn assumes everything to be reachable via OpenVPN


Git checkout
------------
Be sure that lwipovpn has been checked with submodule recursion enabled like this:

git clone --recursive https://github.com/openvpn/lwipovpn

or by enabling them in already checkout clone by using the git submodule commands:

cd lwipovpn
git submodule init
git submodule update

Building
--------
This project uses the CMake build system.
Expand Down

0 comments on commit d24658f

Please sign in to comment.