Skip to content

Commit 07ded1d

Browse files
committed
Update readme.
1 parent 2fbdd3b commit 07ded1d

4 files changed

Lines changed: 7 additions & 54 deletions

File tree

README.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,14 @@ See the [deviceparameter README](cmd/deviceparameter/README.md) for details.
1111
A utility for dealing with several parameters on multiple nodes.
1212
See the [deviceparameters README](cmd/deviceparameters/README.md) for details.
1313

14-
# Dependencies
15-
Go dependencies have been vendored as submodules under the vendor directory.
16-
17-
Building the _deb_ package requires `checkinstall` and `ronn`.
18-
19-
`ronn` can be obtained from <https://github.com/rtomayko/ronn>.
20-
2114
# Building
2215

23-
Check out all submodules, install `ronn` and `checkinstall`.
16+
Enter `cmd/deviceparameter` or `cmd/deviceparameters` and execute `make` to
17+
see supported targets. Both applications can be cross-compiled for Windows and
18+
for use on ARM based Linux platforms.
2419

25-
Enter `cmd/deviceparameter` or `cmd/deviceparameters` and execute `make` or
26-
enter `cmd` and execute the `build-deb.sh` script.
20+
Packaged versions can be built from the support directory, see the
21+
[support/Makefile](support/Makefile) for available options.
2722

28-
Both applications can be cross-compiled for Windows and for use on ARM based
29-
Linux platforms, though packaging only works on the native architecture. Take a
30-
look at the Makefiles for details.
23+
Building the deb packages requires `ronn`, which can be installed with ruby's
24+
`gem` or can be obtained from <https://github.com/rtomayko/ronn>.

cmd/Makefile

Lines changed: 0 additions & 20 deletions
This file was deleted.

cmd/build-deb.sh

Lines changed: 0 additions & 20 deletions
This file was deleted.

cmd/description-pak

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)