Skip to content

yanweixin/mimosa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation

Dependencies

Tools

JSON

git clone --depth=1 https://github.com/DaveGamble/cJSON.git

cd cJSON
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/.local
make
make install

asynchronous I/O

git clone --depth=1 git@github.com:libuv/libuv.git

cd libuv
mkdir -p build
(cd build && cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/.local -DBUILD_TESTING=ON) # generate project with tests
cmake --build build -j 4

# Run tests:
(cd build && ctest -C Debug --output-on-failure)

Data

Redis

git clone --depth=1 https://github.com/redis/hiredis.git
cd hiredis && make PREFIX=$HOME/.local install

MongoDB

git clone --depth=1 https://github.com/mongodb/mongo-c-driver.git

RabbitMQ

git clone --depth=1 git@github.com:alanxz/rabbitmq-c.git
cd rabbitmq-c
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=$HOME/.local ..
cmake --build . --config Release --target install

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published