20 lines
		
	
	
		
			462 B
		
	
	
	
		
			Markdown
		
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			462 B
		
	
	
	
		
			Markdown
		
	
	
	
| # TimelapseNow
 | |
| 
 | |
| Record webcam in steps
 | |
| 
 | |
| # Compile for everything (Windows/Linux)
 | |
|     ./createAll.sh
 | |
| 
 | |
| # Compile for Windows
 | |
|     electronize build /target win /p:PublishReadyToRun=false or
 | |
|     buildWin.bat or ./createWin.sh
 | |
| 
 | |
| # Compile for Mac OS
 | |
|     electronize build /target osx /p:PublishReadyToRun=false
 | |
| 
 | |
| # Compile for Linux
 | |
|     electronize build /target linux /p:PublishReadyToRun=false or
 | |
|     ./createLinux.sh
 | |
| 
 | |
| # The logo
 | |
|  |