-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
78 lines (48 loc) · 2.64 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Link - a web server library for C++
Copyright (c) 2021, 2022, 2023, 2024 N11 Software. All rights reserved.
--------------------------------------------------------------------------------
WHAT'S LINK
Link is a web server library for C++ built with a focus of speed.
The source to Link is mainly written by Levi Hicks with help from
Ariston Lorenzo in maintainership and documentation. Link is a N11
project.
--------------------------------------------------------------------------------
GETTING SOURCES:
You can find the Link repository at multiple places. These are all the
repositories.
GitHub (N11): https://github.com/n11software/link.git
GitHub (aristonl): https://github.com/aristonl/link.git
SourceHut (N11/aristonl): https://git.sr.ht/~aristonl/link.git
--------------------------------------------------------------------------------
INSTALLING:
Make sure you install CMake, GCC, zlib, and OpenSSL version >=3.
$ mkdir build && cd build
$ cmake ..
$ make && sudo make install
See INSTALL for in-depth installation instructions.
--------------------------------------------------------------------------------
USAGE:
You can find a Link website template at aristonl/linkproj on GitHub or
at git.sr.ht/~aristonl/linkproj.
See its README for more information.
See docs/beginners-guide.md for more information on using Link.
--------------------------------------------------------------------------------
MAILING LISTS:
You can email ~aristonl/[email protected] for any user
discussion and issue reports (excluding security vulnerabilities, see
docs/security.md). All patches and pull requests can be sent to
~aristonl/[email protected].
--------------------------------------------------------------------------------
CREDITS:
See CREDITS.
--------------------------------------------------------------------------------
Copyright (c) 2021, 2022, 2023, 2024 N11 Software. All rights reserved.
This software is open source software; you can modify it and/or distribute it
under the terms of the BSD 3-Clause License (Modified BSD License) as published
with the distribution of this software.
This program is distributed WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITENSS FOR A PARTICULAR PURPOSE. See the
BSD 3-Clause License in the file COPYRIGHT for more details.
You should have recieved a copy of the BSD 3-Clause License with this program.
If not, see the following pages:
<https://opensource.org/license/bsd-3-clause/>.