mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Merge branch 'insp3' into master.
This commit is contained in:
commit
367f5893c3
4
.github/workflows/ci-macos.yml
vendored
4
.github/workflows/ci-macos.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
if: "!contains(github.event.head_commit.message, '[skip macos ci]')"
|
||||
runs-on: macos-12
|
||||
env:
|
||||
CXXFLAGS: -Wno-error=deprecated-declarations
|
||||
HOMEBREW_NO_INSTALL_CLEANUP: 1
|
||||
INSPIRCD_DEBUG: 3
|
||||
INSPIRCD_VERBOSE: 1
|
||||
steps:
|
||||
@ -18,7 +18,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
brew update || true
|
||||
for PACKAGE in pkg-config argon2 gnutls libmaxminddb libpq mbedtls mysql-client openssl@3 pcre2 re2 rapidjson sqlite;
|
||||
for PACKAGE in pkg-config argon2 gnutls libmaxminddb libpq mbedtls mysql-client openssl@3 openldap pcre2 re2 rapidjson sqlite
|
||||
do
|
||||
brew install $PACKAGE || brew upgrade $PACKAGE
|
||||
|
||||
|
2
.github/workflows/ci-windows.yml
vendored
2
.github/workflows/ci-windows.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
uses: microsoft/setup-msbuild@v1.0.2
|
||||
|
||||
- name: Setup Conan
|
||||
uses: turtlebrowser/get-conan@v1.0
|
||||
uses: turtlebrowser/get-conan@v1.1
|
||||
|
||||
- name: Install libraries
|
||||
working-directory: ${{ github.workspace }}/win/build
|
||||
|
@ -18,7 +18,7 @@ InspIRCd is supported on the following platforms:
|
||||
|
||||
- Windows 10 build 17061 or newer using the MSVC 19.15+ (Visual Studio 15.8 2017) compiler and CMake 3.8 or newer.
|
||||
|
||||
Alternate platforms and toolchains may also work but are not officially supported by the InspIRCd team. Generally speaking if you are using a reasonably modern UNIX-like system you should be able to build InspIRCd on it.
|
||||
Other platforms and toolchains may also work but are not officially supported by the InspIRCd team. Generally speaking if you are using a reasonably modern UNIX-like system you should be able to build InspIRCd on it. If you can not and you wish to submit a patch we are happy to accept it as long as it is not extremely large.
|
||||
|
||||
If you encounter any bugs then [please file an issue](https://github.com/inspircd/inspircd/issues/new/choose).
|
||||
|
||||
@ -31,7 +31,7 @@ Building from source on Windows is generally not recommended but [a guide is ava
|
||||
<!--
|
||||
TODO: uncomment this once we have binary packages for v4.
|
||||
|
||||
If you are running on CentOS 7, Debian 10/11/12, Rocky Linux 8, Ubuntu 18.04/20.04/22.04, or Windows 8+ binary packages are available from [the downloads page](https://github.com/inspircd/inspircd/releases/latest).
|
||||
If you are running on CentOS 7, Debian 11/12, Rocky Linux 8/9, Ubuntu 18.04/20.04/22.04, or Windows 8+ binary packages are available from [the downloads page](https://github.com/inspircd/inspircd/releases/latest).
|
||||
|
||||
A [Docker](https://www.docker.com) image is also available. See [the inspircd-docker repository](https://github.com/inspircd/inspircd-docker) for more information.
|
||||
-->
|
||||
|
@ -20,7 +20,7 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/// $LinkerFlags: find_compiler_flags("lber" "") find_compiler_flags("ldap" "")
|
||||
/// $CompilerFlags: find_compiler_flags("lber" "") find_compiler_flags("ldap" "")
|
||||
/// $LinkerFlags: find_linker_flags("lber" "-llber") find_linker_flags("ldap" "-lldap_r")
|
||||
|
||||
/// $PackageInfo: require_system("arch") libldap
|
||||
|
Loading…
x
Reference in New Issue
Block a user