File tree Expand file tree Collapse file tree 1 file changed +14
-22
lines changed Expand file tree Collapse file tree 1 file changed +14
-22
lines changed Original file line number Diff line number Diff line change @@ -133,41 +133,33 @@ Install the dependencies using apt:
133
133
$ sudo apt install gnat-7 gprbuild make
134
134
```
135
135
136
- ## Installation
136
+ and then install Alire.
137
137
138
- A Makefile is provided to build the source code and tools. Use ` make ` to build
139
- the source code:
138
+ ## Using the library
140
139
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:
147
141
148
142
```
149
- $ make PREFIX=/usr install
143
+ alr with dcf
150
144
```
151
145
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
160
147
161
148
Some tools to compress or decompress document container files can be build with:
162
149
163
- ``` sh
164
- $ make tools
165
150
```
151
+ $ make
152
+ $ make PREFIX=~/.local install
153
+ ```
154
+
155
+ ## Thanks
156
+
157
+ Much thanks to @zertovitch for the Zip-Ada project.
166
158
167
159
## Contributing
168
160
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 .
171
163
172
164
## License
173
165
You can’t perform that action at this time.
0 commit comments