[Home]Miniemc2webinterface

LinuxCNCKnowledgeBase | RecentChanges | PageIndex | Preferences | LinuxCNC.org

Showing revision 1

How to port the miniemc2 web interface

Download the emcweb source

	svn checkout http://miniemc2.googlecode.com/svn/trunk/emcweb
	cd emcweb

Edit Makefile

 	CFLAGS += -O2 -I./include -I./ -I/usr/src/emc2-dev/include -I/usr/src/emc2-dev/src/emc/usr_intf -s
	LDFLAGS += -L/usr/local/lib -lboost_serialization-mt -lboost_thread-mt -lpthread -llinuxcnc -lnml -llinuxcncini -ldl
	OBJS =  emccontroller.cpp main.cpp mongoose_wrapper.cpp /usr/src/emc2-dev/src/emc/emc2-arm/src/emc/usr_intf/shcom.cc

Compile


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 18, 2013 5:14 am by Kinsa (diff)
Search:
Published under a Creative Commons License