P2PSP / white_paper

A P2PSP description.
GNU General Public License v3.0
1 stars 3 forks source link

Automatically clone required directories from Makefile #2

Open vicente-gonzalez-ruiz opened 6 years ago

vicente-gonzalez-ruiz commented 6 years ago

To run make, the repository:

https://github.com/vicente-gonzalez-ruiz/LaTeX_templates

must be cloned in the $(HOME) directory. This repo should be cloned before include it.

LordGameleo commented 6 years ago

I would like to work for it. Can you please explain a bit.

vicente-gonzalez-ruiz commented 6 years ago

Hello @LordGameleo,

to "compile" the documentation you need 3 repos:

  1. The repo of the white paper: git@github.com:P2PSP/P2PSP.github.io.git

  2. The repo with the LaTeX templates: https://github.com/vicente-gonzalez-ruiz/LaTeX_templates.git

  3. The repo with the BibTeX bibliography: git@gitlab.hpca.ual.es:vruiz/bibs.git

(use HTTPS or Git, depending on your preferences)

The first two repositories are in GitHub and you can work on them. The third one in our private repo and I think that you have only read access, so, if you need to add some new bibliography, you can use the file: https://github.com/P2PSP/P2PSP.github.io/blob/master/local.bib

Try to download them, and to run make inside of P2PSP.github.io. If you run intro troubles, ask here.

Thank you!