Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joaohf/watercast


https://github.com/joaohf/watercast

cmake erlang icecast

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

watercast
=====

Just an example how one could use Cmake instead of Makefiles for building
C code.

Build
-----

$ rebar3 compile

It's also possible to call cmake if necessary:

$ cd c_src/icecast && cmake -B build
$ cmake --build build