Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# mathoid-docs
This repo contains additional documentation on mathoid

## Possible Problems on Windows
Note that an installation of `npm install librsvg` could produces some errors under Windows.

See [librsvg](https://www.npmjs.com/package/librsvg) for general infos. Note the links for Windows are broken. The actual links can be found here: [GTK+ Windows](https://www.gtk.org/download/windows.php). Follow the installation until step 2 (the rest is not needed).

Furthermore, it's necessary to install Visual Studio. In the installation of Visual Studio, make sure you download the Windows 8.1 SDK (independent of your own Windows version). Once you have done that, you should found the following folder on your system: `C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\v140`. Add this to a system environment variable called: `VCTargetsPath`.

See [GitHub-Sharp-Issue-985](https://github.com/lovell/sharp/issues/985).