changeset 164:df25e3c11446

Updating README.
author Jacob Alexander <haata@kiibohd.com>
date Sat, 07 Jun 2014 09:13:57 -0700
parents 573242fb2854
children 0d992d26114f
files README
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README	Mon May 26 23:47:47 2014 -0700
+++ b/README	Sat Jun 07 09:13:57 2014 -0700
@@ -48,10 +48,13 @@
 - libusb1.0
 - libusb1.0-devel
 
+Please note, I use cygwin term exclusively for any command line options. Unless mentioned otherwise use it.
+Do NOT use CMD or Powershell.
+
 Also install the Windows version of CMake - http://cmake.org/cmake/resources/software.html
 This is in addition to the Cygwin version. This is an easier alternative to installing another C compiler.
 Add the following line to your .bashrc, making sure the CMake path is correct:
-  alias wincmake="PATH='/cygdrive/c/Program Files (x86)/CMake 2.8'/bin:\"${PATH}\" cmake"
+  echo "alias wincmake=\"PATH='/cygdrive/c/Program Files (x86)/CMake 2.8'/bin:\"${PATH}\" cmake" >> ~/.bashrc
 
 Install the PJRC Virtual Serial Port Driver:
 (http://pjrc.com/teensy/serial_install.exe)
@@ -272,6 +275,7 @@
 mkdir build
 cd build
 wincmake -G "Unix Makefiles" ..
+make
 
 
 Example output:
@@ -370,7 +374,7 @@
  -------
 
 I generally use screen.
-You will need sudo/root priviledges if you haven't installed the 98-kiibohd.rules file to /etc/udev/rules.d 
+You will need sudo/root priviledges if you haven't installed the 98-kiibohd.rules file to /etc/udev/rules.d
 
 screen /dev/ttyACM0
 (Might be ACM1, ACM2, etc.)