timelapse/README.md

19 lines
414 B
Markdown
Raw Normal View History

2021-12-28 07:25:39 +00:00
# TimelapseNow
Record webcam in steps
2021-12-31 08:21:56 +00:00
# Compile for everything (Windows/Linux)
./createAll.sh
2021-12-28 07:25:39 +00:00
# Compile for Windows
2021-12-31 08:21:56 +00:00
electronize build /target win /p:PublishReadyToRun=false or
buildWin.bat or ./createWin.sh
2021-12-28 07:25:39 +00:00
# Compile for Mac OS
electronize build /target osx /p:PublishReadyToRun=false
# Compile for Linux
2021-12-31 08:21:56 +00:00
electronize build /target linux /p:PublishReadyToRun=false or
./createLinux.sh