diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-13 17:17:52 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-13 17:17:52 +0300 |
commit | 896eb14063b7cd19cb103bd1c48d4a0781bf25a4 (patch) | |
tree | e372d0f794d9d0411d4078e5d94efb015cff2609 | |
parent | 83694ec2551f65c65a51d79324665ce22f98df6d (diff) |
Updated README
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,13 +25,13 @@ Prebuilt binaries for Windows and macOS can be found in [Releases][rel]. | |||
25 | This is how to build Lagrange in a Unix-like environment. The required tools are a C11 compiler (e.g., Clang or GCC), CMake and `pkg-config`. | 25 | This is how to build Lagrange in a Unix-like environment. The required tools are a C11 compiler (e.g., Clang or GCC), CMake and `pkg-config`. |
26 | 26 | ||
27 | 1. Download and extract a source tarball from [Releases][rel]. (If you just clone this Git repository, [the_Foundation][tf] is expected to be already available on the system.) | 27 | 1. Download and extract a source tarball from [Releases][rel]. (If you just clone this Git repository, [the_Foundation][tf] is expected to be already available on the system.) |
28 | 2. Check that you have the dependencies installed: SDL2, OpenSSL, libpcre, zlib, libunistring. For example, on Homebrew this would do the trick: ```brew install sdl2 openssl@1.1 pcre libunistring``` Or on Ubuntu: ```sudo apt install libsdl2-dev libssl-dev libpcre3-dev zlib1g-dev libunistring-dev``` | 28 | 2. Check that you have the dependencies installed: SDL2, OpenSSL, libpcre, zlib, libunistring. For example, on macOS this would do the trick (using Homebrew): ```brew install sdl2 openssl@1.1 pcre libunistring``` Or on Ubuntu: ```sudo apt install libsdl2-dev libssl-dev libpcre3-dev zlib1g-dev libunistring-dev``` |
29 | 3. Create a build directory. | 29 | 3. Create a build directory. |
30 | 4. In your empty build directory, run CMake: ```cmake {path_of_lagrange_sources}``` | 30 | 4. In your empty build directory, run CMake: ```cmake {path_of_lagrange_sources}``` |
31 | 5. Built it: ```cmake --build .``` | 31 | 5. Built it: ```cmake --build .``` |
32 | 6. Now you can run `lagrange`, `lagrange.exe`, or `Lagrange.app`. | 32 | 6. Now you can run `lagrange`, `lagrange.exe`, or `Lagrange.app`. |
33 | 33 | ||
34 | ## Installing to a directory | 34 | ### Installing to a directory |
35 | 35 | ||
36 | To install to "/dest/path": | 36 | To install to "/dest/path": |
37 | 37 | ||