diff options
author | Parménides GV <parmegv@sdf.org> | 2016-02-06 12:42:42 +0100 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2016-02-06 12:42:42 +0100 |
commit | 096faf08f2d0cc4dc4a28677415391942410063d (patch) | |
tree | 87fae81878fd79ca9f11056d3b9081f878d77fbc /README.md | |
parent | 013cff913a7ba73cb5d338848ebdb639ddcabaed (diff) |
Update build tools and compile sdk version.
Warn about the needed libraries for 64 bit systems.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -32,6 +32,9 @@ Finally, install a java compiler. For example: sudo apt-get install default-jdk +If you are using a 64-bit machine, you will need to install some libraries too: + sudo apt-get install lib32stdc++6 lib32z1 + ## Update git submodules We build upon ics-openvpn, which meets a submodule in our project structure. |