Displaying 5 results from an estimated 5 matches for "chmlib".
Did you mean:
chlib
2005 Nov 21
0
chmlib: Major security fix for stack overflow vulnerability
http://www.sven-tantau.de/public_files/chmlib/chmlib_20051126.txt
Should be described in VuXML.
And there was other major security fixes between 0.35 and 0.36.
--
Sem.
2005 Oct 26
2
Microsoft help files
I wonder if the software here:
http://morte.jedrea.com/~jedwin/projects/chmlib/
or at any of the links on that page might allow elimination of the
need for separately downloading the Microsoft Help compiler --
which is just one more task that one must perform to get
up and running to build your own R packages on Windows.
2015 Dec 23
5
Calibre installation fails on C7
On Tue, Dec 22, 2015 at 09:03:28PM -0700, Wes James wrote:
>
> > On Dec 22, 2015, at 8:06 PM, Fred Smith <fredex at fcshome.stoneham.ma.us> wrote:
> >
> > Attempting to install latest Calibre on Centos-7, getting:
> >
>
> typed in "calibre ssl install error? to google
>
> first hit:
>
>
2015 Dec 23
0
Calibre installation fails on C7
...y
wget http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.5.1/PyQt-gpl-5.5.1.tar.gz
tar -zxf PyQt-gpl-5.5.1.tar.gz
cd PyQt-gpl-5.5.1
python configure.py --disable QtPositioning
make
sudo make install
cd ..
sudo yum install python-imaging -y
sudo yum install sqlite-devel -y
sudo yum install chmlib-devel -y
sudo yum install podofo-devel -y
sudo yum install libusbx-devel -y
sudo yum install qt5-qtbase-static -y
sudo yum install libudev-devel -y
sudo yum install openssl-devel -y
sudo yum install libicu-devel -y
sudo yum install libXrender-devel -y
curl -L http://code.calibre-ebook.com/dist/sr...
2015 Dec 24
2
Calibre installation fails on C7
...t5/PyQt-5.5.1/PyQt-gpl-5.5.1.tar.gz
> tar -zxf PyQt-gpl-5.5.1.tar.gz
> cd PyQt-gpl-5.5.1
> python configure.py --disable QtPositioning
> make
> sudo make install
>
> cd ..
>
> sudo yum install python-imaging -y
> sudo yum install sqlite-devel -y
> sudo yum install chmlib-devel -y
> sudo yum install podofo-devel -y
> sudo yum install libusbx-devel -y
> sudo yum install qt5-qtbase-static -y
> sudo yum install libudev-devel -y
> sudo yum install openssl-devel -y
> sudo yum install libicu-devel -y
> sudo yum install libXrender-devel -y
>
>...