Skip to content

Commit

Permalink
Caution notice for everything being run in x64 terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejValenta authored Jul 24, 2024
1 parent cffa13d commit 4d4dfa5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ end

### STRUGGLES ON WINDOWS MACHINES

> [!CAUTION]
> IT IS ABSOLUTELY CRUCIAL TO RUN EVERYTHING, INCLUDING THE FIRST `mix deps.get` IN X64 COMMAND LINE, OTHERWISE YOU'LL BE STUCK IN DEPS BEING DOWNLOADED FOR X86 ENVIRONMENT, BUT LATER TRYING TO BE COMPILED BY rebar3 TO X64, WHICH FAILS WITH NO VISIBLE ERROR AND `DIAGNOSTIC=1` HAS TO BE SET TO INVESTIGATE IT
> IF YOU DOWNLOADED DEPS IN X86 TERMINAL, DELETE BOTH `deps` and `_build` FOLDERS
On Windows machines you might have issues compiling your project because of `snappyer` package that requires C/++ code compilation.
Use these steps to be able to compile it without issues:

Expand Down

0 comments on commit 4d4dfa5

Please sign in to comment.