diff --git a/changelog b/changelog index 6dd967a..a627e52 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,5 @@ +20140623 tpd src/axiom-website/patches.html 20140623.03.tpd.patch +20140623 tpd src/axiom-website/download.html add texlive-fonts-extra 20140623 tpd src/axiom-website/patches.html 20140623.02.tpd.patch 20140623 tpd books/bookvolbib.pamphlet add Baez09 20140623 tpd src/axiom-website/patches.html 20140623.01.tpd.patch diff --git a/src/axiom-website/download.html b/src/axiom-website/download.html index c05de24..2f9557d 100644 --- a/src/axiom-website/download.html +++ b/src/axiom-website/download.html @@ -689,7 +689,8 @@ make
 (for 64-bit version: yum install glibc.i686)
 yum install xterm emacs git-core patch texlive texlive-latex m4
-yum install libXt-devel libXpm-devel gcc xorg-x11-proto-devel
+yum install libXt-devel libXpm-devel gcc xorg-x11-proto-devel 
+yum install texlive-fonts-extra
 download the latest axiom-(date)-src.tgz
 tar -zxf axiom-(date)-src.tgz
 cd axiom
@@ -703,7 +704,7 @@ make
    
 urpmi.addmedia --distrib --mirrorlist
 urpmi xterm emacs git-core texlive texlive-latex libXpm-devel make gcc patch
-urpmi XFree86-devel m4
+urpmi XFree86-devel m4 texlive-fonts-extra
 download the latest axiom-(date)-src.tgz
 tar -zxf axiom-(date)-src.tgz
 cd axiom
@@ -716,8 +717,8 @@ make
   

Ubuntu

 echo 0 >/proc/sys/kernel/randomize_va_space
-apt-get install m4 libxpm-dev libxt-dev x-dev libx11-dev 
-apt-get install libxext-dev gettext git-core texlive gawk 
+apt-get install m4 libxpm-dev libxt-dev libx11-dev 
+apt-get install libxext-dev gettext git-core texlive gawk texlive-fonts-extra
 git clone git://github.com/daly/axiom.git
 cd axiom
 export AXIOM=`pwd`/mnt/ubuntu
diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html
index 2147e73..0cdc54e 100644
--- a/src/axiom-website/patches.html
+++ b/src/axiom-website/patches.html
@@ -4488,6 +4488,8 @@ book/*.txt axiom-developer email cleanup
 book/*.txt cleanup complete, book/timeline of join/leave complete
 20140623.02.tpd.patch
 books/bookvolbib.pamphlet add Baez09
+20140623.03.tpd.patch
+src/axiom-website/download.html add texlive-fonts-extra