-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
i did exactly as follow:
1. sudo apt-get install subversion
*** open-zwave: ***
2. svn checkout http://open-zwave.googlecode.com/svn/trunk/ open-zwave
3. sudo apt-get install libudev-dev
4. user@ubuntu1004desktop:~/open-zwave/cpp/build/linux$ make
*** libmicrohttpd: ***
5. svn checkout https://gnunet.org/svn/libmicrohttpd/ libmicrohttpd - it
doesn't work, since svn doesn't contain all files needed, so download
libmicrohttpd manually from http://freshmeat.net/projects/libmicrohttpd (direct
link - http://freshmeat.net/urls/6aaea0ce4467311c086c225d761fd5fa) and unpack
to libmicrohttpd folder
6. user@ubuntu1004desktop:~/libmicrohttpd$ ./configure
7. user@ubuntu1004desktop:~/libmicrohttpd$ make
*** openzwave-control-panel: ***
8. svn checkout http://openzwave-control-panel.googlecode.com/svn/trunk/
openzwave-control-panel
9. modify openzwave-control-panel Makefile (comment Mac-related lines and
uncomment Linux related)
10. user@ubuntu1004desktop:~/openzwave-control-panel$ make clean
11. user@ubuntu1004desktop:~/openzwave-control-panel$ make
and i get errors to undefined refrence to tinyxml methods, open-zwave is
working well i tested it on MinOZw from examples
Original issue reported on code.google.com by jacek.ch...@gmail.com
on 15 Feb 2013 at 11:10