User Tools

Site Tools


build:build

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
build:build [2020/06/22 22:10] devabuild: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
 <code> <code>
Line 11: Line 12:
 </code> </code>
  
-Install dependency +=====Install dependencies===== 
-<code>+  * On Debian based systems:<code>
 sudo apt install libwebsockets-dev sudo apt install libwebsockets-dev
 +</code>
 +  * On OSX (homebrew): <code>
 +brew install libwebsockets 
 </code> </code>
  
-Configure the source tree+=====Configure the source tree=====
 <code> <code>
 ./configure --prefix=$PWD/install ./configure --prefix=$PWD/install
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=====
 <code> <code>
 make -j8 install make -j8 install
build/build.1592856604.txt.gz · Last modified: 2020/06/22 22:10 by deva