Fix for windows just being the Worst

pull/325/head
Michael 5 years ago
parent 4132f883a7
commit c6e6bdb90f
No known key found for this signature in database
GPG Key ID: 2D51757B47E2434C

@ -30,6 +30,7 @@ endif()
if(WIN32)
set(CMAKE_CXX_STANDARD 17)
ENABLE_LANGUAGE(RC)
add_compile_options(-Wno-format)
else()
set(CMAKE_CXX_STANDARD 14)
endif(WIN32)

@ -2,6 +2,7 @@
#include <util/logger.hpp>
#include <cstdlib>
#include <inttypes.h>
#include <stdio.h>
bool
bencode_read_integer(struct llarp_buffer_t* buffer, uint64_t* result)

@ -49,7 +49,7 @@ install (root):
build (where `$ARCH` is your platform - `i686` or `x86_64`):
$ pacman -Sy base-devel mingw-w64-$ARCH-toolchain git libtool autoconf mingw-w64-$ARCH-cmake
$ pacman -Sy base-devel mingw-w64-$ARCH-toolchain git libtool autoconf mingw-w64-$ARCH-cmake mingw-w64-$ARCH-rapidjson
$ git clone https://github.com/loki-project/loki-network.git
$ cd loki-network
$ mkdir -p build; cd build

Loading…
Cancel
Save