update readme

remove static linking option
pull/1/head
Jeff Becker 6 years ago
parent 2c864f91d2
commit dc8b9a9315
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -7,13 +7,7 @@
"label": "build",
"type": "shell",
"command": "make",
"group": "build",
"osx": {
"command": "make CXX=g++-8 CC=gcc-8"
},
"problemMatcher": [
"$gcc"
]
"group": "build"
}
]
}

@ -73,12 +73,6 @@ endif()
set(LIBS ${SODIUM_LIB} pthread)
if(STATIC_LIBC AND STATIC_LIBCXX)
set(LIBS ${LIBS} ${STATIC_LIBC} ${STATIC_LIBCXX})
else()
set(LIBS ${LIBS} pthread)
endif()
set(LIB llarp)
set(SHARED_LIB ${LIB})

@ -32,8 +32,7 @@ Build requirements:
* CMake
* ninja
* libsodium >= 1.0.14
* c++ 17 capable C++ compiler
* c11 capable C compiler
* c++ 11 capable C++ compiler
Building a debug build:

Loading…
Cancel
Save