Skip to content

Commit 79a61ce

Browse files
committed
Update installation instructions in README.md
Signed-off-by: onox <denkpadje@gmail.com>
1 parent 0ea5844 commit 79a61ce

File tree

1 file changed

+14
-22
lines changed

1 file changed

+14
-22
lines changed

README.md

Lines changed: 14 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -133,41 +133,33 @@ Install the dependencies using apt:
133133
$ sudo apt install gnat-7 gprbuild make
134134
```
135135

136-
## Installation
136+
and then install Alire.
137137

138-
A Makefile is provided to build the source code and tools. Use `make` to build
139-
the source code:
138+
## Using the library
140139

141-
```
142-
$ make
143-
```
144-
145-
You can override CFLAGS if desired. After having compiled the source code,
146-
the library can be installed by executing:
140+
Use the library in your crates as follows:
147141

148142
```
149-
$ make PREFIX=/usr install
143+
alr with dcf
150144
```
151145

152-
Change `PREFIX` to the preferred destination folder, for example `~/.local`.
153-
Import `dcf_ada` in your \*.gpr project file:
154-
155-
```ada
156-
with "dcf_ada";
157-
```
158-
159-
## Tools
146+
## Installing the tools
160147

161148
Some tools to compress or decompress document container files can be build with:
162149

163-
```sh
164-
$ make tools
165150
```
151+
$ make
152+
$ make PREFIX=~/.local install
153+
```
154+
155+
## Thanks
156+
157+
Much thanks to @zertovitch for the Zip-Ada project.
166158

167159
## Contributing
168160

169-
Read the [contributing guidelines][url-contributing] if you want to add
170-
a bugfix or an improvement.
161+
Please read the [contributing guidelines][url-contributing] before opening
162+
issues or pull requests.
171163

172164
## License
173165

0 commit comments

Comments
 (0)