Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 538 Bytes

File metadata and controls

25 lines (15 loc) · 538 Bytes

XSI library

XSI used to be a Cross Platform(X) Server Infrastructure. It had since drifted from cross-platformality considerably. It is now just XSI (Linux).

XSI is a C framework I developed to provide facilities like threading, logging, async I/O and more.

Currently, there is no documentation for XSI.

Building

At this time, only Linux builds are supported.

XSI is typically built as a static library.

git clone https://github.com/mxck438/xsi
cd xsi
mkdir build && cd build
cmake ..
make