Skip to content

Commit

Permalink
Fixed installation details
Browse files Browse the repository at this point in the history
  • Loading branch information
4D Systems Engineering committed Jan 31, 2013
1 parent f3841a3 commit 5cf3eb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ INCLUDE = -I/usr/local/include
CFLAGS = $(DEBUG) -Wall $(INCLUDE) -Winline -pipe

LDFLAGS = -L/usr/local/lib
LIBS = -lm -lpthread -lwiringPi -lgeniePi
LIBS = -lm -lpthread -lgeniePi

SRC = calculator.c

Expand Down
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,9 @@ calculator.c contains the demo code for the Raspberry Pi
The ViSi-Genie-RaspPi-Library is required for this demo, please download that separately (http://www.github.com/4dsystems/ViSi-Genie-RaspPi-Library)


## Installation on the Raspberry Pi
==================
## Make calculator on the Raspberry Pi
======================================

make

sudo make install

## To Uninstall
==================

sudo make uninstall
sudo ./calculator

0 comments on commit 5cf3eb3

Please sign in to comment.