How to compile cicb for haiku

whitepaperkat
How to compile cicb for haiku
whitepaperkat Friday 12th September 2025, 01:31:50

heres a quick how to build the cicb chat client for haiku os
first, we install the dependencies and grab the source code


git clone https://github.com/hoche/cicb.git

after that we edit the CMakeLists.txt


target_link_libraries(icb ${TCL_LIBRARY} ${READLINE_LIBRARY} bsd network) add this to this line

then we create the build directory and run cmake

mkdir build

cd build

cmake ..

cmake --build .

after that just drop the bin file into your system path and you should be good to go

icb -s serveraddress -g yourgroup -n nickname

Last modified by whitepaperkat on Saturday 13th September 2025, 18:22:00

Suggested Topics
whitepaperkat
whitepaperkat started New Services
The News
60 0
whitepaperkat
74 0
whitepaperkat
60 0
whitepaperkat
whitepaperkat started Caddy Web Server
Off Topic
114 1
Want to read more? Browse all categories or view latest topics.