Skip to content

Commit

Permalink
README: how to add new symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrek committed Feb 13, 2020
1 parent 41e0d21 commit 4bedf69
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ Compile with `make -f Makefile.msvc`.
Install with `make -f Makefile.msvc install`.
Compile examples with `make -f Makefile.msvc examples`.

Adding new libcurl symbol
=========================

* add symbol in configure.ac
* autoreconf
* make clean
* ./configure
* edit curl-helper.c and curl.ml*

Making release
==============

Expand Down

0 comments on commit 4bedf69

Please sign in to comment.