aboutsummaryrefslogtreecommitdiff
path: root/README.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add note about using emcmake with Emscripten in specific systems sectionMoustaphaSaad2024-06-201-0/+12
|
* add Emscripten to compatible operating systems listMoustaphaSaad2024-06-201-0/+1
|
* Try to simplify build instruction.Christian Andersen2024-05-251-52/+44
| | | | | | | | | | | | | In particular simplify the Windows build instructions, by only having a short CMake section about it. While mentioning that bash shell is required also on Windows up-front. Splits the build section into a section for configure and one for CMake so it is easier to pick one of them. Moves the additional CMake options into the CMake section. Moves dist.sh text into the configure section as it is configure specific.
* Rename README.windows to README.mingw.mdChristian Andersen2024-05-251-1/+1
| | | | | Since it is mingw specific and does not really involve other compilers.
* [Windows] Mention running update.sh in readme.Christian Andersen2024-04-081-0/+1
| | | | | | So it is a bit easier to setup, without having to try and figure out why CMake is not generating a valid build. To improve #1044.
* readme: fix grammatical errorJoshua Sing2023-12-201-1/+1
| | | Co-authored-by: Theo Buehler <botovq@users.noreply.github.com>
* readme: tidy up stylingJoshua Sing2023-12-201-37/+57
|
* readme: add windows badgeJoshua Sing2023-12-191-0/+1
|
* Add Solaris workflow badge to readmeJoshua Sing2023-12-151-0/+1
|
* remove Solaris build statusBrent Cook2023-11-281-1/+0
|
* readme: fix CI workflow badge imagesJoshua Sing2023-11-091-5/+3
| | | | | Update the workflow badge images to use the new workflow names introduced in: #942, #941, #934
* Fix typo in README.mdTheo Buehler2023-07-311-1/+1
|
* add solaris badgeBrent Cook2023-07-231-2/+3
|
* see #353, do not support Solaris 10Brent Cook2023-07-061-1/+1
|
* Modernize the compat with OpenSSL paragraph a bitTheo Buehler2023-05-101-3/+6
| | | | | | | This is a bit vague and may leave a lot of room for improvement, but it's at least not factually incorrect. ok joshua jsing
* Fixes for GitHub organisation renameJoshua Sing2023-01-111-8/+8
|
* Add ASan status badgeBrent Cook2022-03-211-0/+1
|
* update badges, further split out actions by OS, add more Linux targetsBrent Cook2021-05-301-1/+5
|
* Add -lbcrypt to Windows builds for CNG in getentropyBrent Cook2020-11-111-2/+2
|
* Fix typo :)OptoCloud2020-10-061-1/+1
|
* README.md: fix typo: know to work -> known to workChristopher Simons2020-07-251-1/+1
|
* Add OSS-Fuzz fuzzing badgeAbhishek Arya2019-10-071-1/+1
|
* Readme: Using LibreSSL with a CMake projectJohn Norrbin2019-02-111-0/+51
|
* Small contribution to README readabilitynitro2018-08-191-4/+4
|
* Land #406, use BUILD_SHARED_LIBSBrent Cook2018-03-251-1/+3
|\
| * Cleanup options around testsDon2018-03-211-1/+3
| |
* | changelog fixes, update windows compatibilityBrent Cook2018-03-211-1/+1
|/
* change the URLs accessible by HTTPS to HTTPScatatsuy2018-01-211-5/+5
|
* update VS prerequisites, refer to autogen.sh morev2.6.1Brent Cook2017-09-041-7/+10
|
* be more concise, formattingBrent Cook2017-09-041-3/+1
|
* enhance README warnings, remove pod2man requirementBrent Cook2017-09-041-9/+14
|
* Okay really one more try.d3x0r2017-07-071-6/+2
|
* Okay one more try.d3x0r2017-07-071-6/+10
|
* use \- to prevent hyphen wrappingd3x0r2017-07-071-2/+2
|
* use &#8209; to prevent hyphen wrappingd3x0r2017-07-071-2/+2
|
* use &#x2011; option hyphen wrappingd3x0r2017-07-071-2/+2
|
* Fix formatting for description of openssldir and skip install; add <nobr> to ↵d3x0r2017-07-071-2/+2
| | | | prevent option hyphen wrapping
* Fix formatting for description of openssldir and skip installd3x0r2017-07-071-2/+2
|
* Add documentation about available CMake options.d3x0r2017-07-071-0/+12
|
* update NetBSD recommendationv2.4.1Brent Cook2016-06-071-1/+1
|
* Small README typoWill Tange2015-09-111-1/+1
|
* replace remaining bash-only features in the update scriptBrent Cook2015-08-281-1/+1
| | | | | We used to need more features, but as the Makefile.am's stopped being dynamically generated, there is less need.
* update build informationBrent Cook2015-08-031-3/+38
|
* update and clarify windows versionsBrent Cook2015-07-081-1/+1
|
* link build statusBrent Cook2015-06-231-1/+1
|
* include build status linkBrent Cook2015-06-231-0/+2
|
* Rename to README.md and add markdownDoug Hogan2015-06-131-0/+96
Since it's now a foreign project in automake, we can use github markdown in the README.