Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
biboumi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
88
Issues
88
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
louiz’
biboumi
Commits
81b21bfc
Commit
81b21bfc
authored
Jan 10, 2017
by
louiz’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update INSTALL.rst to talk about botan-2, and give priority to 2 over 1.11
parent
5e33b618
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
INSTALL.rst
INSTALL.rst
+1
-2
louloulibs/cmake/Modules/FindBOTAN.cmake
louloulibs/cmake/Modules/FindBOTAN.cmake
+2
-2
No files found.
INSTALL.rst
View file @
81b21bfc
...
...
@@ -41,10 +41,9 @@ udns_ (optional, but recommended)
performances when connecting to a big number of IRC servers at the same
time.
libbotan_ 1.11 (optional)
libbotan_ 1.11
or 2.0
(optional)
Provides TLS support. Without it, IRC connections are all made in
plain-text mode.
Other branches than the 1.11 are not supported.
litesql_ (optional)
Provides a way to store various options in a (sqlite3) database. Each user
...
...
louloulibs/cmake/Modules/FindBOTAN.cmake
View file @
81b21bfc
...
...
@@ -16,10 +16,10 @@
# This file is in the public domain
find_path
(
BOTAN_INCLUDE_DIRS NAMES botan/botan.h
PATH_SUFFIXES botan-
1.11 botan-2
PATH_SUFFIXES botan-
2 botan-1.11
DOC
"The botan include directory"
)
find_library
(
BOTAN_LIBRARIES NAMES botan botan-
1.11 botan-2
find_library
(
BOTAN_LIBRARIES NAMES botan botan-
2 botan-1.11
DOC
"The botan library"
)
# Use some standard module to handle the QUIETLY and REQUIRED arguments, and
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment