I followed this guide <https://mnemosyne-proj.org/mnemosyne-development-under-windows> and installed everything required (cygwin, make, git, gettext, gettext-devel, python, all the python libs, InnoSetup, mplayer).
I then clone the mnemosyne source code and ran "make windows-installer". I got the error results: # Erase previous directories to make sure we're clean. rm -rf dist rm -rf build make build-all-deps make[1]: Entering directory '/cygdrive/c/Users/wingi/mnemosyne' # Also rebuilds the docs and the translations. cd mnemosyne/libmnemosyne/docs && make SPHINXBUILD=sphinx-build html make[2]: Entering directory '/cygdrive/c/Users/wingi/mnemosyne/mnemosyne/libmnemosyne/docs' mkdir -p build/html build/doctrees sphinx-build -b html -d build/doctrees source build/html make[2]: sphinx-build: No such file or directory make[2]: *** [Makefile:30: html] Error 127 make[2]: Leaving directory '/cygdrive/c/Users/wingi/mnemosyne/mnemosyne/libmnemosyne/docs' make[1]: *** [makefile:41: build-all-deps] Error 2 make[1]: Leaving directory '/cygdrive/c/Users/wingi/mnemosyne' make: *** [makefile:93: windows-installer] Error 2 How would I fix this so that I can start devving on Windows. -- Student Account -- Calday Grange Grammar School is a charitable company limited by guarantee and registered in England and Wales with company number 8332696. The Registered Office is at Grammar School Lane, West Kirby, Wirral, CH48 8GG -- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mnemosyne-proj-users/15d247b9-d443-46ff-965c-131c5b0cae12n%40googlegroups.com.
