build:build
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
build:build [2020/06/22 22:10] – deva | build:build [2020/07/01 15:14] (current) – [Install dependencies] deva | ||
---|---|---|---|
Line 1: | Line 1: | ||
======Get and Build Munia From Source====== | ======Get and Build Munia From Source====== | ||
+ | =====Get the sources===== | ||
Clone the sources with | Clone the sources with | ||
< | < | ||
Line 11: | Line 12: | ||
</ | </ | ||
- | Install | + | =====Install |
- | < | + | * On Debian based systems:< |
sudo apt install libwebsockets-dev | sudo apt install libwebsockets-dev | ||
+ | </ | ||
+ | * On OSX (homebrew): < | ||
+ | brew install libwebsockets | ||
</ | </ | ||
- | Configure the source tree | + | =====Configure the source tree===== |
< | < | ||
./configure --prefix=$PWD/ | ./configure --prefix=$PWD/ | ||
Line 22: | Line 26: | ||
this will install the binaries and webservice source files (html, css and js) in a subfolder to the source directory called install. | this will install the binaries and webservice source files (html, css and js) in a subfolder to the source directory called install. | ||
- | Now build and install | + | =====Now build and install===== |
< | < | ||
make -j8 install | make -j8 install |
build/build.1592856604.txt.gz · Last modified: 2020/06/22 22:10 by deva