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

bug: Cannot able to build in windows #572

Open
samsanan opened this issue May 15, 2024 · 0 comments
Open

bug: Cannot able to build in windows #572

samsanan opened this issue May 15, 2024 · 0 comments
Labels
type: bug Something isn't working

Comments

@samsanan
Copy link

samsanan commented May 15, 2024

I tried building cortex on windows from source and could able to build it
it fails with
make: *** No targets specified and no makefile found. Stop.
To Reproduce
Steps to reproduce the behavior:

  1. git clone https://github.com/janhq/cortex.git
  2. open terminal, cd cortex
  3. Build nitro_deps
    cmake -S ./nitro_deps -B ./build_deps/nitro_deps
    cmake --build ./build_dep cmake ..s/nitro_deps --config Release
  4. mkdir build && cd build
  5. cmake ..
    7.make -j $(%NUMBER_OF_PROCESSORS%)

Expected behavior
it should have build and nitro.exe should be present in the build folder

Desktop (please complete the following information):

  • OS: windows11
  • Machine: HP VICTUS
  • intel i7
  • 32gb ram
@samsanan samsanan added the type: bug Something isn't working label May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant