Update README with note about windows-build-tools
This commit is contained in:
parent
a9ae7f938c
commit
e118cb8d14
|
@ -4,6 +4,9 @@ This is the light-as-possible rewrite of Lexiconga.
|
||||||
|
|
||||||
## Installation
|
## 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. 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. 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.
|
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…
Reference in New Issue