Skip to content

sadlavaarsc/eigenmath_for_windows

 
 

Repository files navigation

Introduction

This project is the windows-edition of eigenmath.

However it still can be compiled on Linux and work as usual.(Currently not tested on MacOS)

Want to learn more about the original project and learn about how to use it? Here is the original project and README.md.

georgeweigt/eigenmath: Symbolic math app (github.com)

Original README

An Unofficial Chinese Document

PS: I just adjust eigenmath.c . So the source on /src is still the original version.

Change:

  1. add simplified unistd.h for windows.
  2. add win_defs.h to fix some constant and type missing on msvc.
  3. simply adjust engenmath.c to include the newly-added files.
  4. add xmake.lua allowing to compile the project with xmake.
  5. change default prompt from '?' to '$' (because when I first see it, I used to regarded it as a code error!) and also provide a macro to change the prompt.

How to build

You can compile the project with xmake easily just using the following command in Terminal:

xmake

If you use mingw or something else, you can simply use command like that:

gcc eigenmath.c -o eigenmath.exe

And you can also compile it with msvc by creating a new visual studio project or just using command. No further elabration.

About

Simply migrating eigenmath from linux to windows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 61.9%
  • JavaScript 34.6%
  • HTML 2.9%
  • Other 0.6%