Commit Graph

6 Commits

Author SHA1 Message Date
Gio
4355ea96b2 Fix G10h4ck contributions copyright attribution 2026-06-14 16:07:45 +02:00
Gio
366ac44123 Fix build with CMake >= 4.0 2026-06-09 22:31:02 +02:00
redDwarf03
00a152712d Updates for macos sequoia to run retroshare-service 2025-04-25 21:02:42 +02:00
Gio
6abbec9507
CMake install bdboot.txt 2022-02-21 16:24:17 +01:00
Gioacchino Mazzurco
16fc9d9fcc Integrate python3 JSON API generator into libretroshare
Add more options to CMake:
  Support for JSON API
  Support for forum deep index

Fix bitdht CMake project name
General CMake files improvements
2021-12-13 18:46:56 +01:00
Gioacchino Mazzurco
2bb2a5e2f5 Initial CMake support for libretroshare
libretroshare (not all build options yet) and it's dependencies can now
  be built using CMake instead of qmake.
Even Qt itself deprecated qmake, which is not developed anymore, as
  build system and it was making many things much more difficult
  and requiring an enormous amount of black magic to support a wide
  range of platforms.
libretroshare can now easly be build as static or shared library with
  simple commands and a maintaniable build system:
```
cmake \
	-D RS_LIBRETROSHARE_STATIC=OFF -D RS_LIBRETROSHARE_SHARED=ON \
	-S $YOUR_RS_SOURCE_DIR/libretroshare/ -B .
make
```
2021-12-09 13:04:06 +01:00