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
dbcb9ca0
Commit
dbcb9ca0
authored
Nov 07, 2007
by
plyatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comments about CMake usage.
parent
6e9097b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
install.txt
install.txt
+20
-0
No files found.
install.txt
View file @
dbcb9ca0
...
...
@@ -46,6 +46,26 @@ The main program is /usr/local/kicad/linux/kicad
If you use KDE, users can copy the shortcut /usr/local/kicad/linux/kicad.desktop
in <user home directory>/Desktop and use it to run kicad.
== Compilation with CMake build system [http://www.cmake.org] ==
This feature is still experimental and only for developers!
=== Requirements: cmake must be installed ===
=== For verbose output of 'make': ===
mkdir kicad-build
cd kicad-build
cmake -DCMAKE_VERBOSE_MAKEFILE=1 ../
make
=== For non verbose output of 'make': ===
mkdir kicad-build
cd kicad-build
cmake ../
make
3D modeler wings3D:
(Usefull only if you plan to create 3D shapes for Printed board modules)
Archive and doc files (Linux and windows ) are in ../kicad/wing3d
...
...
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