mpizenberg/annotation-app

Windows compatibility

Offen

#14 geöffnet am 23.04.2018

 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Elm (3 Forks)auto 404
help wanted

Repository-Metriken

Stars
 (31 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Installation using Docker

Docker for Windows is only available on Windows 10 Pro systems. In case you are not using Windows Pro, you can use the legacy Docker Toolbox.

Installation using Node

The technologies used by this application:

are all compatible with Linux, Mac and Windows. So in theory there should not be any issue with Windows.

My rules in the Makefile however are using posix-like shell (sh / bash / dash / ...) syntax commands for simplicity. Consequently, using the make all rule for example will result in an error.

If you are a Windows developer and know a simple solution to this, whether it is a PowerShell compatibility, an alternative building rules system to make, using the Linux subsystem, or another solution, please comment your solution here.

Contributor Guide