File README.md changed (mode: 100644) (index 51ee1c0..4911628) |
1 |
1 |
**libvle**, _2019 – 2022_ |
**libvle**, _2019 – 2022_ |
2 |
2 |
|
|
3 |
|
_This file last updated on 7 February, 2022_ |
|
|
3 |
|
_This file last updated on 8 February, 2022_ |
4 |
4 |
|
|
5 |
5 |
### Brief Description ### |
### Brief Description ### |
6 |
6 |
|
|
|
... |
... |
it clone the repository (possibly as a submodule) and handle the building with |
29 |
29 |
the build system that's used by the main project. Compile C++ files with C++11 |
the build system that's used by the main project. Compile C++ files with C++11 |
30 |
30 |
enabled. |
enabled. |
31 |
31 |
|
|
|
32 |
|
Alternatively one can use [xmake] to consume submodule as a subproject (example |
|
33 |
|
assumes it's stored under `libs/`): |
|
34 |
|
``` |
|
35 |
|
add_includedirs("libs") |
|
36 |
|
includes("libs/*/xmake.lua") |
|
37 |
|
``` |
|
38 |
|
|
32 |
39 |
### Prerequisites ### |
### Prerequisites ### |
33 |
40 |
|
|
34 |
41 |
* C++11 capable compiler |
* C++11 capable compiler |
|
... |
... |
main() |
154 |
161 |
``` |
``` |
155 |
162 |
|
|
156 |
163 |
[Vifm]: https://vifm.info/ |
[Vifm]: https://vifm.info/ |
|
164 |
|
[xmake]: https://xmake.io/ |