P2PSP / white_paper

A P2PSP description.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatically clone required directories from Makefile

vicente-gonzalez-ruiz opened this issue · comments

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.

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

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!