Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nghttp2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
nghttp2
Commits
c4785508
Commit
c4785508
authored
Mar 31, 2015
by
Dingjun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.rst
fix the typo and add the missing command in sample command
parent
522faeb2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
README.rst
README.rst
+3
-2
No files found.
README.rst
View file @
c4785508
...
...
@@ -142,7 +142,7 @@ To compile the source code, gcc >= 4.8.3 or clang >= 3.4 is required.
Notes for building on Windows (Mingw/Cygwin)
-------------------------------------------
Under Mingw environment, you can only comp
li
e the library, it's `libnghttp2-X.dll` and `libnghttp2.a`.
Under Mingw environment, you can only comp
il
e the library, it's `libnghttp2-X.dll` and `libnghttp2.a`.
If you want to compile the applications(`h2load`, `nghttp`, `nghttpx`, `nghttpd`), you need to use the Cygwin environment.
...
...
@@ -150,10 +150,11 @@ Under Cygwin environment, to compile the applications you need to compile and in
and second, you need to undefine the macro \_\_STRICT\_ANSI\_\_, if you not, the functions `fdopen`, `fileno` and `strptime` will not available.
the s
i
mple command like this::
the s
a
mple command like this::
export CFLAGS="-U__STRICT_ANSI__ -I$libev_PREFIX/include -L$libev_PREFIX/lib"
export CXXFLAGS=$CFLAGS
./configure
make
If you want to compile the applications under `examples/`, you need to remove or rename the `event.h` from libev's installation, because it conflicts with libevent's installation.
...
...
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