Skip to content

codeix/superPi8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

superPi8

Make with RaspberryPI a 8mm Movie Scanner

The Project

alt text alt text alt text

Installation

Distribution:

Install git:

apt-get install git

Install gcc:

apt-get install gcc
apt-get install make

Install wiringpi:

git clone git://git.drogon.net/wiringPi
cd wiringPi
git pull origin
cd wiringPi
./build

for more information: http://wiringpi.com/download-and-install/

Install libraries:

apt-get install libnewt-dev
apt-get install libncurses-dev
apt-get install libv4l-dev

Install superPi8:

git clone https://github.com/codeix/superPi8.git
cd superPi8
make