diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 17:50:08 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:38:44 +0700 |
commit | 8f49118052024afb1a770719596dcfe1b907b267 (patch) | |
tree | 9922053ef59aa335866d9b08504e98d38a45a41e /development/J-Link | |
parent | d724ea0d4c52a7c862a492ba71102d318aa2b0e1 (diff) | |
download | slackbuilds-8f49118052024afb1a770719596dcfe1b907b267.tar.gz |
development/J-Link: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/J-Link')
-rw-r--r-- | development/J-Link/README | 33 |
1 files changed, 20 insertions, 13 deletions
diff --git a/development/J-Link/README b/development/J-Link/README index 7cd3be26cd..79ad906590 100644 --- a/development/J-Link/README +++ b/development/J-Link/README @@ -1,16 +1,23 @@ -The J-Link software gives you the USB drivers needed for your system, a number -of utilities as well as a dynamically linkable library used by most of the IDEs -and debuggers using J-Link. Also included are a number of sample setup scripts -for devices needing one as well as documentation. +The J-Link software gives you the USB drivers needed for your system, +a number of utilities as well as a dynamically linkable library used +by most of the IDEs and debuggers using J-Link. Also included are +a number of sample setup scripts for devices needing one as well as +documentation. + +NOTES: +1. This SlackBuild is not sbopkg compatible because source download + requires licence acceptance (the link provided in .info points to + download site) and the source tarball name is different from the + resulting package name. -NOTE: -1. This SlackBuild is not sbopkg compatible because source download requires - licence acceptance (the link provided in .info points to download site) - and the source tarball name is different from the resulting package name. 2. This SlackBuild repackages the official J-Link binary package. -3. The official binary package bundles libedit, which is also available from - slackbuilds.org so I decided to go with the one from slackbuilds.org and - not with the bundled one. BTW, ldd shows that libedit is not used at all. + +3. The official binary package bundles libedit, which is also + available from slackbuilds.org so I decided to go with the one from + slackbuilds.org and not with the bundled one. BTW, ldd shows that + libedit is not used at all. + 4. The original udev rules change the device permissions to 0666. - This SlackBuild modifies the rules, so that the permissions are 0664 and - the group is plugdev. Make sure to make yourself a member of this group. + This SlackBuild modifies the rules, so that the permissions are + 0664 and the group is plugdev. Make sure to make yourself a member + of this group. |