mpizenberg/annotation-app

Windows compatibility

開放

#14 建立於 2018年4月23日

 (5 則留言) (0 個反應) (0 位負責人)Elm (3 個分叉)auto 404
help wanted

倉庫指標

星標
 (31 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南