Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows support? #14

Closed
Phlexx0 opened this issue Jun 7, 2021 · 4 comments
Closed

Windows support? #14

Phlexx0 opened this issue Jun 7, 2021 · 4 comments

Comments

@Phlexx0
Copy link

Phlexx0 commented Jun 7, 2021

Is it possible to use this on windows?

@BitSec01
Copy link

BitSec01 commented Jun 7, 2021

@Phlexx0 you can use this on Windows if you have WSL2 installed.

@Phlexx0
Copy link
Author

Phlexx0 commented Jun 7, 2021

@Phlexx0 you can use this on Windows if you have WSL2 installed.

Thanks, i managed to istall WSL2 and cmake/make pacages however now i get "No CMAKE_CXX_COMPILER could be found."

Edit: installnig build essentials helped.
Now i have other issues.


-- The C compiler identification is GNU 9.3.0
-- The CXX compiler identification is GNU 9.3.0
-- The ASM compiler identification is GNU
-- Found assembler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:5 (add_subdirectory):
  The source directory

    /mnt/c/Users/phlex/Desktop/chia-plotter-master/lib/bls-signatures

  does not contain a CMakeLists.txt file.


-- Configuring incomplete, errors occurred!
See also "/mnt/c/Users/phlex/Desktop/chia-plotter-master/build/CMakeFiles/CMakeOutput.log".
make: *** No targets specified and no makefile found.  Stop.

CMakeOutput.log

@BitSec01
Copy link

BitSec01 commented Jun 7, 2021

@Phlexx0 Please check issue #10 for a solution

@Phlexx0
Copy link
Author

Phlexx0 commented Jun 7, 2021

git submodule update --init

Fixed the issue

@Phlexx0 Phlexx0 closed this as completed Jun 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants