Actualiser README.md
This commit is contained in:
parent
6e165e2512
commit
87d31f9815
32
README.md
32
README.md
|
@ -1,17 +1,17 @@
|
||||||
Json2Bin Converter
|
Json2Bin Converter
|
||||||
==================
|
==================
|
||||||
|
|
||||||
The library json by nlomann is used to read json files in this program [GitHub](https://github.com/nlohmann/json)
|
The library json by nlomann is used to read json files in this program [GitHub](https://github.com/nlohmann/json)
|
||||||
|
|
||||||
You can reuse and modify it by anyway, just give credits and i'll be happy !
|
You can reuse and modify it by anyway.
|
||||||
|
|
||||||
Manual
|
Manual
|
||||||
======
|
======
|
||||||
|
|
||||||
Put your struct, load, write and free function into bin.cpp and bin.hpp and compile it with "make", you can then use the ouputed binary "json2bin_converter" with the json input file and the binary output file which will be (re)created when the command is executed.
|
Put your struct, load, write and free function into bin.cpp and bin.hpp and compile it with "make", you can then use the ouputed binary "json2bin_converter" with the json input file and the binary output file which will be (re)created when the command is executed.
|
||||||
|
|
||||||
Exemple :
|
Exemple :
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
json2bin_converter test.json test.bin
|
json2bin_converter test.json test.bin
|
||||||
```
|
```
|
Loading…
Reference in New Issue