synesthesia-it / Murray

Easily add features to your projects by scaffolding new files with Stencil templates
MIT License
55 stars 2 forks source link

steps to install on UBUNTU 18 #14

Closed beppenmk closed 5 years ago

beppenmk commented 5 years ago

install swift from swiftenv -https://gist.github.com/Azoy/8c47629fa160878cf359bf7380aaaaf9 -list swift version: https://swift.org/download/#releases clone murray https://github.com/synesthesia-it/Murray/tree/develop cd Murray
swift build -c release copy .build/x86_64-unknow-linux/releas /opt/ alias murray='/opt/Murray/murray'

ERROR Build error: missingLinuxMain -create empty file named “LinuxMain.swift” libdispatch error -sudo apt-get install libdispatch-dev

stefanomondino commented 5 years ago

Should be included in Readme.md