diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2023-07-22 10:40:09 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-22 15:52:48 +0700 |
commit | 10f34a723b93e0e0ebd32995255a1ec47150b627 (patch) | |
tree | 05e0d11b29e1b749bc450430d37731dfc735f0ea /development/kicad-doc/README | |
parent | 943568aaa73bd93ac6b5011e436aab87f8ad3733 (diff) |
development/kicad-doc: Updated for version 7.0.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/kicad-doc/README')
-rw-r--r-- | development/kicad-doc/README | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/development/kicad-doc/README b/development/kicad-doc/README index 9eb0cbd01fd2e..f4c430718680e 100644 --- a/development/kicad-doc/README +++ b/development/kicad-doc/README @@ -3,7 +3,20 @@ Additional KiCad documentation and presentations. Since this documentation package has a separate release time-line, you may have to specify the version of the installed KiCad package if it is newer than this documentation package. At the time of writing, -it was "bzr_20130325". To specify another release, run this SlackBuild +it was "7.0.2". To specify another release, run this SlackBuild as follows: - # KICAD_VERSION="bzr_yyyymmdd" ./kicad-doc.SlackBuild + # KICAD_VERSION="7.0.5" ./kicad-doc.SlackBuild +documentation is available in a number of different languages. see +CMakeLists.txt for a full list. this build will default to en +(english) but can be changed by setting the environment variable +DOCLANG before running the script. for example, for french, use + + # DOCLANG=fr ./kicad-doc.SlackBuild + +for more than one language, use a quoted semicolon separated list. eg + + # DOCLANG="en;fr;de;it;jp;cz" ./kicad-doc.SlackBuild + +note: once package is created, node.js is no longer required +(build dep only) |