Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
a196db38
Commit
a196db38
authored
Apr 06, 2014
by
Dick Hollenbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use proper schematic parts library
parent
8bfcb00a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
kicad-install.sh
scripts/kicad-install.sh
+10
-2
No files found.
scripts/kicad-install.sh
View file @
a196db38
...
@@ -45,7 +45,14 @@ WORKING_TREES=~/kicad_sources
...
@@ -45,7 +45,14 @@ WORKING_TREES=~/kicad_sources
# https results in read only access.
# https results in read only access.
REPOS
=
https://code.launchpad.net
REPOS
=
https://code.launchpad.net
LEGACY_LIB_REPO
=
$REPOS
/~dickelbeck/kicad/library-read-only
# This is no longer maintained, is old
#LEGACY_LIB_REPO=$REPOS/~dickelbeck/kicad/library-read-only
# This branch is a bzr/launchpad import of the Git repository
# at https://github.com/KiCad/kicad-library.git.
# It has schematic parts and 3D models in it.
LIBS_REPO
=
$REPOS
/~kicad-product-committers/kicad/library
SRCS_REPO
=
$REPOS
/~kicad-product-committers/kicad/product
SRCS_REPO
=
$REPOS
/~kicad-product-committers/kicad/product
DOCS_REPO
=
$REPOS
/~kicad-developers/kicad/doc
DOCS_REPO
=
$REPOS
/~kicad-developers/kicad/doc
...
@@ -211,8 +218,9 @@ install_or_update()
...
@@ -211,8 +218,9 @@ install_or_update()
cd
../
cd
../
fi
fi
echo
"step 4) checking out the schematic parts and 3D library repo."
if
[
!
-d
"
$WORKING_TREES
/kicad-lib.bzr"
]
;
then
if
[
!
-d
"
$WORKING_TREES
/kicad-lib.bzr"
]
;
then
bzr checkout
$L
EGACY_LIB
_REPO
kicad-lib.bzr
bzr checkout
$L
IBS
_REPO
kicad-lib.bzr
echo
' kicad-lib checked out.'
echo
' kicad-lib checked out.'
else
else
cd
kicad-lib.bzr
cd
kicad-lib.bzr
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment