mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 21:10:28 +00:00
doc: Update CentOS6 doc to use puias repo for updated sphinx
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
This commit is contained in:
parent
6d16f234b8
commit
78b4c54667
@ -96,21 +96,27 @@ to python
|
|||||||
|
|
||||||
Install newer ``Sphinx-Build`` based on ``Python 2.7``
|
Install newer ``Sphinx-Build`` based on ``Python 2.7``
|
||||||
|
|
||||||
|
Create a new repo ``/etc/yum.repos.d/puias6.repo`` with the following contents:
|
||||||
|
|
||||||
::
|
::
|
||||||
curl -O http://springdale.math.ias.edu/data/puias/computational/6/x86_64/python27-babel-0.9.6-2.sdl6.1.noarch.rpm
|
|
||||||
curl -O http://springdale.math.ias.edu/data/puias/computational/6/x86_64/python27-jinja2-2.7.2-2.sdl6.noarch.rpm
|
### Name: RPM Repository for RHEL 6 - PUIAS (used for Sphinx-Build)
|
||||||
curl -O http://springdale.math.ias.edu/data/puias/computational/6/x86_64/python27-markupsafe-0.11-4.puias6.x86_64.rpm
|
### URL: http://springdale.math.ias.edu/data/puias/computational
|
||||||
curl -O http://springdale.math.ias.edu/data/puias/computational/6/x86_64/python27-pygments-1.4-4.sdl6.1.noarch.rpm
|
[puias-computational]
|
||||||
curl -O http://springdale.math.ias.edu/data/puias/computational/6/x86_64/python27-docutils-0.8.1-3.sdl6.2.noarch.rpm
|
name = RPM Repository for RHEL 6 - Sphinx-Build
|
||||||
curl -O http://springdale.math.ias.edu/data/puias/computational/6/x86_64/python27-imaging-1.1.7-6.puias6.x86_64.rpm
|
baseurl = http://springdale.math.ias.edu/data/puias/computational/$releasever/$basearch
|
||||||
curl -O http://springdale.math.ias.edu/data/puias/computational/6/x86_64/python27-sphinx-1.1.3-1.sdl6.1.noarch.rpm
|
#mirrorlist =
|
||||||
sudo yum install ./python27-markupsafe-0.11-4.puias6.x86_64.rpm \
|
enabled = 1
|
||||||
./python27-babel-0.9.6-2.sdl6.1.noarch.rpm \
|
protect = 0
|
||||||
./python27-jinja2-2.7.2-2.sdl6.noarch.rpm \
|
gpgkey =
|
||||||
./python27-pygments-1.4-4.sdl6.1.noarch.rpm \
|
gpgcheck = 0
|
||||||
./python27-docutils-0.8.1-3.sdl6.2.noarch.rpm \
|
|
||||||
./python27-imaging-1.1.7-6.puias6.x86_64.rpm \
|
Update rpm database & Install newer sphinx
|
||||||
./python27-sphinx-1.1.3-1.sdl6.1.noarch.rpm
|
|
||||||
|
::
|
||||||
|
|
||||||
|
sudo yum update
|
||||||
|
sudo yum install python27-sphinx
|
||||||
|
|
||||||
Get FRR, compile it and install it (from Git)
|
Get FRR, compile it and install it (from Git)
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
|
@ -29,7 +29,7 @@ Building your own FRRouting RPM
|
|||||||
cd frr
|
cd frr
|
||||||
./bootstrap.sh
|
./bootstrap.sh
|
||||||
./configure --with-pkg-extra-version=-MyRPMVersion
|
./configure --with-pkg-extra-version=-MyRPMVersion
|
||||||
make dist
|
make SPHINXBUILD=sphinx-build2.7 dist
|
||||||
|
|
||||||
Note: configure parameters are not important for the RPM building - except the `with-pkg-extra-version` if you want to give the RPM a specific name to
|
Note: configure parameters are not important for the RPM building - except the `with-pkg-extra-version` if you want to give the RPM a specific name to
|
||||||
mark your own unoffical build
|
mark your own unoffical build
|
||||||
|
Loading…
Reference in New Issue
Block a user