View Single Post
Old 04-20-2013, 08:04 AM   #971
Lucas Malor
Pain in the arse
Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.
 
Lucas Malor's Avatar
 
Posts: 758
Karma: 77856
Join Date: Apr 2013
Device: Kobo Aura One, Kindle 4
Question

EDIT: nothing, a stupid error. Anyway you could say in git page that all the stuff can done by make fetchthirdparty... it seems some must be done manually and some automatically

I have a problem with getting the source code. The process is hanging after the command make fetchthirdparty. I think I've followed all the required steps (I'm not sure about popen-noshell, I have a popen-noshell dir that inside have one .patch file and a popen-noshell-read-only dir)

Steps:

Spoiler:
mkdir kpv
cd kpv
git clone https://github.com/koreader/koreader-base.git
cd koreader-base
git clone --recursive git://git.ghostscript.com/mupdf.git
git clone git://git.debian.org/git/collab-maint/djvulibre.git
git clone http://luajit.org/git/luajit-2.0.git
git clone https://github.com/chrox/libk2pdfopt.git
mkdir popen-noshell
cd popen-noshell
svn checkout http://popen-noshell.googlecode.com/svn/trunk/ popen-noshell-read-only
cd ..
mkdir kpvcrlib
cd kpvcrlib

*** manual download source ***

unzip ~/Downloads/crengine-src.zip
rm ~/Downloads/crengine-src.zip
make fetchthirdparty

Last edited by Lucas Malor; 04-20-2013 at 08:12 AM.
Lucas Malor is offline   Reply With Quote