Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
GhostProof | ||||||||
Line: 35 to 35 | ||||||||
Edit the paths in Makefile as appropriate for your ndk installation. | ||||||||
Changed: | ||||||||
< < | And then: make so= (or =make sodebug) | |||||||
> > | And then: make so (or make sodebug ) | |||||||
This should produce a sobin/libgs.so (or sodebugbin/libgs.so). | ||||||||
Added: | ||||||||
> > | Then run 'arm-linux-androideabi-strip sobin/libgs.so'. If we don't strip the lib fails to start up with a -100 error. No idea why. In any event stripping is probably a good idea. | |||||||
Building MuPDFCheckout MuPDF from robin's repo (master branch). |