Some general updates
This commit is contained in:
parent
5517468e4d
commit
15e43ee0bc
1 changed files with 14 additions and 8 deletions
|
@ -43,10 +43,15 @@ file issues about them or even better: Write a pull request to fix them!
|
|||
|
||||
* cargo and rust compiler in current version (stable)
|
||||
|
||||
That's it so far, you don't need no additional dependencies. Note that this
|
||||
software is targeted towards commandline linux users and we do not aim to be
|
||||
portable to Windows or Mac OSX (though I wouldn't mind merging patches for OS X
|
||||
compatibility).
|
||||
Dependencies are listed in the [default.nix
|
||||
file](http://git.imag-pim.org/imag/tree/default.nix),
|
||||
though you do not have to have `nix` installed to build imag.
|
||||
|
||||
`make` (better: `gnu make`) can be helpful to automate the build process.
|
||||
|
||||
Note that this software is targeted towards commandline linux users and we do
|
||||
not aim to be portable to Windows or Mac OSX (though I wouldn't mind merging
|
||||
patches for OS X compatibility).
|
||||
|
||||
* If you want to build the documentation (you don't have to)
|
||||
* pandoc
|
||||
|
@ -77,9 +82,9 @@ Not all of your commits have to be buildable. But your PR has to be.
|
|||
## PR guidelines:
|
||||
|
||||
We'd like to have one PR per module change. This means you _should_ only change
|
||||
one imag module in one commit (library plus belonging binary is okay). As this
|
||||
is not always possible, we do not enforce this, though we might ask you to split
|
||||
your PR into two smaller ones.
|
||||
one imag module in one commit or PR (library plus belonging binary is okay).
|
||||
As this is not always possible, we do not enforce this, though we might ask you
|
||||
to split your commits/PR into two smaller ones.
|
||||
|
||||
Use feature branches. If you could name them "<module name>/<what you do>",
|
||||
for example "libimagstore/add-debugging-calls", that would be awesome.
|
||||
|
@ -117,7 +122,8 @@ ask questions as well!
|
|||
|
||||
## Contact
|
||||
|
||||
Feel free to reach out via mail.
|
||||
Feel free to reach out via mail/[mailinglist](http://imag-pim.org/mailinglist/)
|
||||
or [IRC](irc://irc.freenode.net/#imag).
|
||||
|
||||
## More information about the structure of this project
|
||||
|
||||
|
|
Loading…
Reference in a new issue