Skip to content

GauiStori/gpib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the linux-gpib sourceforge git repository.

This replaces the SVN repository which is no longer being updated. The last commit to SVN is [r2106] = git commit b4cbd1387e7e... Add gpio pin offset parameter for RPi5 (Marcello Carla')

To clone the git repo:

git clone git://git.code.sf.net/p/linux-gpib/git linux-gpib-git

To pull the latest commits:

git pull

To list the commits made since a release tag (e.g. v4_3_6):

git log HEAD ^v4_3_6

To build the user part:

cd linux-gpib-git/linux-gpib-user
./bootstrap
./configure --sysconfdir=/etc
make
sudo make install

For more details and options see linux-gpib-git/linux-gpib-user/INSTALL

To build the kernel part:

cd linux-gpib-git/linux-gpib-kernel
make
sudo make install

For more details and options see linux-gpib-git/linux-gpib-kernel/INSTALL

About

Debian packaging of the linux-gpib library

Resources

Stars

Watchers

Forks

Packages

No packages published