Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
gnutls
GnuTLS
Commits
671c785d
Commit
671c785d
authored
Jul 12, 2013
by
Nikos Mavrogiannopoulos
Browse files
updated
parent
02085b26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
README-alpha
README-alpha
+10
-1
No files found.
README-alpha
View file @
671c785d
...
...
@@ -50,7 +50,7 @@ apt-get install automake autogen nettle-dev libp11-kit-dev
To download the version controlled sources:
$ git clone git://
repo.or.cz
/gnutls.git
$ git clone git://
gitorious.org/gnutls
/gnutls.git
$ cd gnutls
The next step is to run autoreconf (etc) and then ./configure:
...
...
@@ -65,6 +65,15 @@ Then build the project normally:
$ make
$ make check
If you wish to contribute, you may read more about our coding style in
doc/README.CODING_STYLE. Note that when contributing code that is not
assigned to FSF, you will need to assert that the contribution is in
accordance to the "Developer's Certificate of Origin" as found in the
file doc/DCO.txt. That can be done by sending a mail with your real name to
the gnutls-devel mailing list. Then just make sure that your contributions
(patches), contain a "Signed-off-by" line, with your name and e-mail address.
To automate the process use "git am -s" to produce patches.
Happy hacking!
----------------------------------------------------------------------
...
...
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