Browse Source

Updating README.

simple
Jacob Alexander 10 years ago
parent
commit
111475c86d
1 changed files with 6 additions and 2 deletions
  1. 6
    2
      README

+ 6
- 2
README View File

- libusb1.0 - libusb1.0
- libusb1.0-devel - 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 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. 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: 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: Install the PJRC Virtual Serial Port Driver:
(http://pjrc.com/teensy/serial_install.exe) (http://pjrc.com/teensy/serial_install.exe)
mkdir build mkdir build
cd build cd build
wincmake -G "Unix Makefiles" .. wincmake -G "Unix Makefiles" ..
make




Example output: Example output:
------- -------


I generally use screen. 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 screen /dev/ttyACM0
(Might be ACM1, ACM2, etc.) (Might be ACM1, ACM2, etc.)