From 812372ef3039bf1378913d1cdc9288df1601417c Mon Sep 17 00:00:00 2001 From: Mikhail Grigorev Date: Wed, 29 Jan 2025 20:59:47 +0500 Subject: [PATCH] Fixed BUILD --- BUILD.md | 3 +++ BUILD.ru.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/BUILD.md b/BUILD.md index d9e4409c..a5c6e999 100644 --- a/BUILD.md +++ b/BUILD.md @@ -81,8 +81,11 @@ yum install -y wget unzip gettext java-1.8.0-openjdk libxml2-devel openssl-devel ~~~~ Install the required version of oracle-instantclient + The commands below will install the latest current version, it may change from year to year. + In 2025 year, version 21 of oracle-instantclient will be installed. + [Look at this page](https://www.oracle.com/database/technologies/instant-client/linux-x86-64-downloads.html) for the version you need and adjust the URL addresses. ~~~~ diff --git a/BUILD.ru.md b/BUILD.ru.md index 9a6b7275..7ca5afc5 100644 --- a/BUILD.ru.md +++ b/BUILD.ru.md @@ -80,8 +80,11 @@ yum install -y wget unzip gettext java-1.8.0-openjdk libxml2-devel openssl-devel ~~~~ Установите нужную версию oracle-instantclient + По командам ниже будет установлена последняя актуальная версия, она может меняться от года к году. + В 2025 году будет установлена 21 версия oracle-instantclient. + Поэтому [посмотрите на этой странице](https://www.oracle.com/database/technologies/instant-client/linux-x86-64-downloads.html) нужную Вам версию и скорректируйте URL адреса. ~~~~