Skip to content

Commit 0699730

Browse files
committed
update readme
1 parent 02b36d4 commit 0699730

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
## Building
44

5-
You need the `make` (`nmake` on Windows) tool and a standard C++ compiler. It is supported on Linux, macOS and Windows. It does not require any external libraries, but only the `curl`, `gzip` command-line tools. To build it, switch to the `src` folder and run the build command for your platform:
5+
To build LODA, all you need is the `make` (`nmake` on Windows) tool and a standard C++ compiler. All major platforms are supported: Linux, MacOS, and Windows. It does not require any external libraries, but only the `curl`, `gzip` command-line tools. To build from sources, switch to the `src` folder and run the build command for your platform:
66

77
* Linux x86\_64: `make -f Makefile.linux-x86.mk`
88
* Linux ARM64: `make -f Makefile.linux-arm64.mk`
9-
* macOS Intel: `make -f Makefile.macos-x86.mk`
10-
* macOS M1: `make -f Makefile.macos-arm64.mk`
9+
* MacOS x86\_64: `make -f Makefile.macos-x86.mk`
10+
* MacOS ARM64: `make -f Makefile.macos-arm64.mk`
1111
* Windows: `nmake /F Makefile.windows.mk`
1212

1313
## Modules
@@ -17,8 +17,8 @@ The source code is organized into these modules:
1717
* [cmd](cmd): Commands, tests and main.
1818
* [eval](eval): Interpreter and evaluation of programs.
1919
* [form](form): Formula generation from programs.
20-
* [lang](lang): LODA language core including interpreter.
21-
* [math](math): Internal maths library.
20+
* [lang](lang): LODA language core.
21+
* [math](math): Internal math library.
2222
* [mine](mine): Mining programs for OEIS sequences.
2323
* [oeis](oeis): Utils for managing OEIS data.
2424
* [sys](sys): System utils.

0 commit comments

Comments
 (0)