mirror of
				https://github.com/Alamantus/Lexiconga.git
				synced 2025-11-03 17:57:00 +01:00 
			
		
		
		
	Update README with note about windows-build-tools
This commit is contained in:
		
							parent
							
								
									a9ae7f938c
								
							
						
					
					
						commit
						e118cb8d14
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -4,6 +4,9 @@ This is the light-as-possible rewrite of Lexiconga.
 | 
			
		|||
 | 
			
		||||
## Installation
 | 
			
		||||
 | 
			
		||||
0. Some dev tools require build tools.
 | 
			
		||||
  - On Windows, install them with `npm install --global windows-build-tools`.
 | 
			
		||||
  - Alternatively, you can just install the newest Python and Visual Studio (with Desktop C++ devkit).
 | 
			
		||||
1. Clone and run `yarn` and `composer install` to install dependencies.
 | 
			
		||||
1. Import `src/structure.sql` into a database called 'lexiconga' on your MariaDB server to get the database structure.
 | 
			
		||||
1. Copy `src/php/api/config.php.changeme` to `src/php/api/config.php` and update the values within to enable connections to your lexiconga database.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue