quiver: Doesn't make with GnuWin make for windows
http://gnuwin32.sourceforge.net/packages/make.htm
C:\Users\FruitfulApproach\Desktop\Quiver\quiver>make
set -e
Environment variable -e not defined
make: *** [all] Error 1
C:\Users\FruitfulApproach\Desktop\Quiver\quiver>
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 17 (8 by maintainers)
Thanks for creating such great software for mathematicians. We are indebted to you as a community 😃
So you recommend an API for connecting to other apps, but what if I just forked the repo and embedded the database query code into quiver?
I guess I could do that for now, and then when you have an API available, switch over to using it and your original repo.
On Sun, Jan 3, 2021 at 4:11 PM varkor notifications@github.com wrote:
Glad you managed to get it working! Soon I’ll switch everything over and it should be much simpler to get started. Thanks for your feedback!
I think the most straightforward solution is to move from having KaTeX as a submodule, to simply downloading a prebuilt release and using that directly. As-is, this won’t work straight away, because some of the paths to KaTeX resources will be incorrect in the quiver source. I would imagine it would be mostly straightforward to make the change (searching for “KaTeX” in the quiver source), so if you want to run it locally now, that’s something to try. Otherwise, I will do this myself tomorrow and post an update on this issue when it’s fixed.