nano command not found during Mupdf compling

1.2k Views Asked by At

I am trying to compiling the latest release (cloned git repo today) of MuPDF library. I am following these steps specifying Here

1.Check out a copy of the mupdf source from git:

git clone git://git.ghostscript.com/mupdf.git

2.Check out the third party library submodules:

git submodule update --init

3.Populate the generated directory with the necessary files:

make generate

But, when I enter the last command, I got these errors:

sh.exe make command not found. then i download make.exe setup from here

then i update environment variable with C:\Program Files (x86)\GnuWin32\bin

after that when i enter the command make generate

i got

enter image description here

Then i download Mingw and modify my environment var with "C:\MinGW\bin" then i followed these steps :-

4.Change into the android directory and edit the local properties configuration file.

~/src/mupdf $ cd android
~/src/mupdf/android $ cp local.properties.sample local.properties
~/src/mupdf/android $ nano local.properties

then in last line ~/src/mupdf/android $ nano local.properties i got this error error nano command not found

1

There are 1 best solutions below

0
On

msysgit has vim integrated, if it sounds too complex try Notepad++ from Windows. Notepad might not work, as the file may use or required *nix newline.