Difference between revisions of "Debian from source"
(Redirect to install source section of main Debian/Ubuntu install page) |
|||
Line 24: | Line 24: | ||
This will provide you with a tar.gz which is extracted to the current directory. | This will provide you with a tar.gz which is extracted to the current directory. | ||
− | + | #REDIRECT [[Installing EPrints on Debian/Ubuntu#Installing EPrints from Source]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | [[ | ||
− |
Revision as of 08:30, 30 April 2021
This technique of installing EPrints allows you build your own debian package for eprints from our source (of the binary).
Configuring APT
Using your favorite text editor edit "/etc/apt/sources.list" and add the lines:
deb http://deb.eprints.org/ unstable/ deb-src http://deb.eprints.org/ source/
The update your apt
root@host$ apt-get update
Install build dependancies
This can now be done with one command:
root@host$ apt-get build-dep eprints
Get EPrints source
root@host$ apt-get source eprints
This will provide you with a tar.gz which is extracted to the current directory.