You are not Logged In!

Difference between revisions of "Public:Viewing KiCad v5 Projects"

From Illini Solar Car Wiki
Jump to navigation Jump to search
Line 1: Line 1:
You may have noticed something like this when viewing old ISC projects:
+
'''You may have noticed something like this when viewing old ISC projects:'''
 +
[[File:Picofquestionmarks.png|left|thumb|986x986px]]
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
  
  
Line 6: Line 18:
  
 
# Make sure all the repositories are installed properly on your machine.
 
# Make sure all the repositories are installed properly on your machine.
## This includes the libraries submodule in the PCB repo
+
## This includes the [[GitHub/isc-hw-libs]]submodule in the PCB repo(if not follow this)
 
# In your PCB repository make sure you are on the master branch.
 
# In your PCB repository make sure you are on the master branch.
 
## If you are not write <code>git checkout master</code> in the command line on Git Bash.
 
## If you are not write <code>git checkout master</code> in the command line on Git Bash.

Revision as of 11:37, 6 September 2022

You may have noticed something like this when viewing old ISC projects:

Picofquestionmarks.png








To fix this and view the projects normally follow these steps:

  1. Make sure all the repositories are installed properly on your machine.
    1. This includes the GitHub/isc-hw-libssubmodule in the PCB repo(if not follow this)
  2. In your PCB repository make sure you are on the master branch.
    1. If you are not write git checkout master in the command line on Git Bash.