[Home]Miniemc2webinterface

LinuxCNCKnowledgeBase | RecentChanges | PageIndex | Preferences | LinuxCNC.org

Showing revision 3

How to port the miniemc2 web interface

These steps were tested to work on RPI and x86 builds of linuxcnc. Note that this is just a hack, improvements are needed to make this work properly.

Notes:

Install required packages

	sudo apt-get install --no-install-recommends libboost-serialization-dev libboost-thread-dev

Download the emcweb source and patch

	svn checkout http://miniemc2.googlecode.com/svn/trunk/emcweb
	wget patch

Patch emcweb and linuxcnc

	patch -p0 < patch

Compile

	cd emcweb
	make

Create and populate web root directory

	mkdir -p www/data
	mv css/ js/ res/ html/index.html www/

Test

	sudo ./emcweb

LinuxCNCKnowledgeBase | RecentChanges | PageIndex | Preferences | LinuxCNC.org
This page is read-only. Follow the BasicSteps to edit pages. | View other revisions | View current revision
Edited February 19, 2013 4:33 am by Kinsa (diff)
Search:
Published under a Creative Commons License