wukong-m2m / NanoKong

GNU General Public License v2.0
7 stars 3 forks source link

The installation procedure is too complex #31

Open wycc opened 11 years ago

wycc commented 11 years ago

I have document it in the https://sites.google.com/site/arduinozwave/installation. However, it is very complex and some are related to the implementation details. We need to do type different commands in different places.

We should add a top level Makefile which call those commands from there. Users should issue a single make command to put everything in place.

Since most people use either OSX or Ubunbtu, we should add two targets for OSX and Ubuntu as well. If user type make without argument, we should show a help screen to tell them what to do next.