smalls12
smalls12
Oh that's the develop branch. Switching to master.
``` CMake Error at CMakeLists.txt:10 (cmake_minimum_required): CMake 3.13 or higher is required. You are running version 3.10.2 ``` Dropping requirement down to 3.10.2
``` CMake Error at CMakeLists.txt:11 (cmake_policy): Policy "CMP0074" is not known to this version of CMake. ``` Removing this requirement.
``` CMake Error at test/beast/json/CMakeLists.txt:21 (add_executable): Cannot find source file: /usr/local/include/boost/beast/_experimental/unit_test/main.cpp Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx...
I'm passed the cmake parts now, but into some issues compiling. It seems master branch needs c++14 ``` 3rdparty/BeastLounge/server/http_session.cpp:249:16: error: use of ‘auto’ in lambda parameter declaration only available with...
okay will do :)
Hey Vinnie, have you had a chance to look into this? Thanks!
Okay, that branch gives me my initial issue. I'm guessing its because of an older cmake maybe.
I was actually able to get it building on the develop branch. The issue was my installation of boost_json. I had to go and manually edit the cmake file to...
> > > For Electron 9+ `V8_31BIT_SMIS_ON_64BIT_ARCH` should be defined. > > For Electron 9+ for `arm64` and for `x64` `V8_COMPRESS_POINTERS` should also be defined. > > For Electron 11+...