Below is the list of software I used. They were used on a Gentoo Linux installation.
- Scanner software: For example, xsane. I used
scanimage
command line software from sane-backends. These are the package names in
Below is the list of software I used. They were used on a Gentoo Linux installation.
scanimage
command line software from
sane-backends. These are the package names inThroughout the steps below, replace <version>
with the actual version, for example, 0.10.8.3
. Also, I will assume that github.org/sagemath/sagenb
is present as upstream
remote repository in your local SAGENB_ROOT
.
Change into the sagenb git directory, and update to the latest upstream/master
. I am assuming that all the required merges to the upstream/master
has happened already.
cd SAGENB_ROOT
git checkout master
git fetch upstream