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
64 0
SCMEFB
SCMEFB@a3ac7988 started Searching WebPositive history
Software
21 0
whitepaperkat
whitepaperkat started YouTube Video Embed Test
Off Topic
108 5
whitepaperkat
whitepaperkat started BeAim Messenger
BeOS Apps
242 12
Want to read more? Browse all categories or view latest topics.