From e118cb8d14dcc389635b7d7f2c78ba16126ed0a2 Mon Sep 17 00:00:00 2001 From: Robbie Antenesse Date: Tue, 3 Mar 2020 09:59:24 -0700 Subject: [PATCH] Update README with note about windows-build-tools --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2044a92..b6c3341 100644 --- a/README.md +++ b/README.md @@ -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.