Skip to content

Commit be1d27b

Browse files
Typo
1 parent 4d54fe2 commit be1d27b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Available commands are : startcrypto <crypto pass>, stopcrypto, finalize, q, qui
4141
- startcrypto <crypto pass> - starts cripto using given password.
4242
- stopcrypto – stops the crypto.
4343
- finalize – stops the running daemon.
44-
- quit, q - exits the current client. Daemon sties alive.
44+
- quit, q - exits the current client. Daemon stays alive.
4545

4646

4747
Example usage scenario:

pCloudCC/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ add_custom_target(
4242
set (OVERLAY_CLENT_PATH ${CMAKE_SOURCE_DIR}/lib/poverlay_linux)
4343
include_directories(${OVERLAY_CLENT_PATH})
4444

45+
4546
link_directories(${PCLSYNC_PATH} ${MBEDTLS_PATH}/library ${SQLITE3_PATH} ${OVERLAY_CLENT_PATH})
4647

4748

4849
add_executable(pcloudcc main.cpp pclsync_lib.cpp control_tools.cpp ${OVERLAY_CLENT_PATH}/overlay_client.c ${OVERLAY_CLENT_PATH}/debug.c ${SQLITE3_PATH}/sqlite3.c)
4950

50-
51-
target_link_libraries(pcloudcc psynclib mbedtls fuse pthread z dl
51+
target_link_libraries(pcloudcc psynclib ${MBEDTLS_PATH}/library/libmbedtls.a fuse pthread z dl
5252
)
5353

5454
target_link_libraries(pcloudcc ${Boost_LIBRARIES})

0 commit comments

Comments
 (0)