Skip to content

Commit

Permalink
Merge pull request #136 from jketema/patch-1
Browse files Browse the repository at this point in the history
Also instruct to install chardet on Windows
  • Loading branch information
marxin committed Apr 28, 2024
2 parents 00bdd8c + f3e2116 commit 2e3a38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ msbuild ALL_BUILD.vcxproj /p:Configuration=Release /p:Platform=x64 /p:VisualStud
Download flex from https://github.com/lexxmark/winflexbison/releases/download/v2.5.24/win_flex_bison-2.5.24.zip

```
pip install pytest psutil pebble
pip install pytest psutil pebble chardet
@call "%PROGRAMFILES(x86)%\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
set LLVM_DIR=D:\src\llvm-project\build\lib\cmake\llvm
set CLANG_DIR=D:\src\llvm-project\build\lib\cmake\clang
Expand Down

0 comments on commit 2e3a38c

Please sign in to comment.