You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	Tools: Change windows build tools install command (#4737)
Based on issues some people were having, e.g. https://discourse.joplinapp.org/t/build-error-on-windows-linux-arch/16104/2
This commit is contained in:
		
							
								
								
									
										2
									
								
								BUILD.md
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								BUILD.md
									
									
									
									
									
								
							| @@ -22,7 +22,7 @@ There are also a few forks of existing packages under the "fork-*" name. | ||||
|  | ||||
| - Install node 10+ - https://nodejs.org/en/ | ||||
| - macOS: Install Cocoapods - `brew install cocoapods` | ||||
| - Windows: Install Windows Build Tools - `npm install -g windows-build-tools` | ||||
| - Windows: Install Windows Build Tools - `npm install -g windows-build-tools --vs2015` | ||||
| - Linux: Install dependencies - `sudo apt install libnss3 libsecret-1-dev python rsync` | ||||
|  | ||||
| ## Building | ||||
|   | ||||
		Reference in New Issue
	
	Block a user