https://github.com/joaohf/watercast
https://github.com/joaohf/watercast
cmake erlang icecast
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/joaohf/watercast
- Owner: joaohf
- License: apache-2.0
- Created: 2023-09-09T21:44:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-09T21:45:07.000Z (almost 3 years ago)
- Last Synced: 2025-03-01T16:24:02.393Z (over 1 year ago)
- Topics: cmake, erlang, icecast
- Language: Erlang
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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