Skip to content

Commit b6b31e9

Browse files
committed
Added descriptions to "settable" variables. Requires JIBAL 0.3.14.
1 parent d80258b commit b6b31e9

File tree

3 files changed

+65
-65
lines changed

3 files changed

+65
-65
lines changed

INSTALL.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ tar zxvf jibal_data.tar.gz -C "$HOME/.jibal"
6565

6666
## Microsoft Windows 10:
6767

68-
1. Install Build tools for [Visual Studio 2019.](https://visualstudio.microsoft.com/downloads/)
68+
1. Install Build tools for [Visual Studio 2022.](https://visualstudio.microsoft.com/downloads/)
6969
2. Install Qt 6.7.2 (or maybe something later). This might be easier to do with [unofficial tools](https://github.com/miurahr/aqtinstall/).
7070
3. Install *gsl*, *getopt*, *libxml2* using vcpkg. Make sure your triplet is x64-windows-release.
7171
4. Follow steps for Linux above, but

src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set(CMAKE_C_STANDARD 99)
1515
configure_file(version.h.in version.h @ONLY)
1616
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}")
1717
find_package(GSL 2.6 REQUIRED)
18-
find_package(Jibal 0.3.13 REQUIRED)
18+
find_package(Jibal 0.3.14 REQUIRED)
1919
find_package(LibXml2 REQUIRED)
2020
find_package(Readline)
2121
find_package(OpenMP)

0 commit comments

Comments
 (0)