User Tools

Site Tools


geda

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
geda [2016/01/25 10:23] sdoltgeda [2019/08/29 12:04] (current) – [Create a new project] maferreira
Line 36: Line 36:
 When cloning a project from git.bolay.co, don't forget to do: When cloning a project from git.bolay.co, don't forget to do:
 <code bash> <code bash>
-  git clone git@git.bolay.co:MyProject.get+  git clone git@git.bolay.co:MyProject.git
   git submodule init   git submodule init
   git submodule update   git submodule update
-  ./Libs/install.sh+   
 +  git pull origin <branch>   
 +</code> 
 + 
 +Or  
 + 
 +<code bash> 
 +  git clone --rerursive git@git.bolay.co:MyProject.git 
 +  cd MyProject 
 +  git pull origin <branch>
 </code> </code>
  
 When you want to modify a libray: When you want to modify a libray:
 <code bash> <code bash>
 +  ./Libs/install.sh
   cd Libs/   cd Libs/
   git checkout origin/develop # Don't forget   git checkout origin/develop # Don't forget
Line 221: Line 231:
  
 For more information, please visit : [[http://www.brorson.com/gEDA/land_patterns_20070818.pdf]] For more information, please visit : [[http://www.brorson.com/gEDA/land_patterns_20070818.pdf]]
 +or another link for the same doc [[https://github.com/evanfarrar/opensprints/raw/0b994c2b6b539b8a3beab4ea42a6447f10e396a3/hardware/interface_board/geda/docs/land_patterns_20070818.pdf]]
 ===== Schematic to PCB ===== ===== Schematic to PCB =====
  
geda.1453717421.txt.gz · Last modified: 2016/01/25 10:23 by sdolt