mpizenberg/annotation-app

Windows compatibility

Ouverte

#14 ouverte le 23 avr. 2018

 (5 commentaires) (0 réaction) (0 personne assignée)Elm (3 forks)auto 404
help wanted

Métriques du dépôt

Stars
 (31 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur