From 2d630afa7dfdf138f77a5fdbedf80e0d67a332a3 Mon Sep 17 00:00:00 2001 From: Robert van Engelen Date: Mon, 25 Sep 2023 11:08:32 -0400 Subject: [PATCH] updated README --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3255b11c6..f91b870fc 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ Python, C/C++, JSON, XML, YAML. Installation ------------ -### Windows users +### Windows Use `reflex/bin/reflex.exe` from the command line or add a **Custom Build Step** in MSVC++ as follows: @@ -140,21 +140,17 @@ to run `reflex.exe`). Drag the generated `lex.yy.h` (if present) and In addition, the `reflex/vs` directory contains batch scripts to build projects with MS Visual Studio C++. -### Unix/Linux and Mac OS X +### MacOS On macOS systems you can use [homebrew](https://brew.sh) to install RE/flex with `brew install re-flex`. Or use [MacPorts](https://www.macports.org) to install RE/flex with `sudo port install re-flex`. +### NetBSD + On NetBSD systems you can use the standard NetBSD package installer (pkgsrc): -Otherwise, you have two options: 1) quick install or 2) configure and make. - -**Note:** GCC 8 and greater may produce warnings of the sort *"note: parameter -passing for argument ... changed in GCC 7.1"*. These warnings should be -ignored. - ### Quick install First clone the code: