Skip to content

Commit 23d190d

Browse files
committed
Update CMakeLists.txt and Readme.md
1 parent e3dcdb7 commit 23d190d

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,--enable-new-dtags")
2424
# Set the build RUNPATH (used during runtime time)
2525
set(CMAKE_BUILD_RPATH "$ORIGIN;$ORIGIN/lib")
2626

27-
# Set the build type to Release
28-
set(CMAKE_BUILD_TYPE "Release")
29-
3027
# Set source and header file directories
3128
set(SOURCE_DIR src)
3229
set(HEADER_DIR include)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ OR you can use your own REST/json http server.
3131

3232
Download the ready-to-use client from the [release section](https://github.com/tajiknomi/ClientHTTP_linux/releases) to communicate with the server.
3333
```
34-
./clienthttp <URL/IP>
34+
clientHTTP <URL/IP> <PORT>
3535
```
3636
By default, the app will send hearbeat/alive signal every 1 sec in order to inform the server at *<URL/IP>* that it is alive and will collect the command/instruction from server (*if the server have any instruction/command/data for the client*). You can modify this interval time in main.cpp (variable ---> *heartbeatTimerInSecs*).
3737

0 commit comments

Comments
 (0)