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

Build trên hệ điều hành windows #15

Open
tuphampro opened this issue Nov 2, 2020 · 3 comments
Open

Build trên hệ điều hành windows #15

tuphampro opened this issue Nov 2, 2020 · 3 comments

Comments

@tuphampro
Copy link

Mình build trên MacOS thì chạy được. Nhưng build trên HĐH Windows thì báo lỗi như sau:

image
image

@anhducle98
Copy link
Member

Bạn cần thêm bộ dịch MinGW GCC và Make vào Git\mingw64.

Với Make bạn có thể làm theo hướng dẫn sau: https://gist.github.com/evanwill/0207876c3243bbb6863e65ec5dc3f058#make
Và GCC: https://yichaoou.github.io/tutorials/software/2016/06/28/git-bash-install-gcc

Sau đó có thể build trên Windows sử dụng Git Bash như sau:

$ mkdir build
$ cd build
$ cmake -G "MinGW Makefiles" ..
$ make install

@tuphampro
Copy link
Author

tuphampro commented Nov 10, 2020

@anhducle98 Khi build trên Windows với tham số -DBUILD_PYTHON=1 thì mình gặp lỗi như sau:
image
image

@KhoiTruongDinh
Copy link

CMake Error at cmake_install.cmake:111 (file):
file INSTALL cannot find
"D:/DevPrograms/coccoc-tokenizer/build/libcoccoc_tokenizer_jni.so": No such
file or directory.
image
E chạy thì nó bị lỗi như vậy ạ!

Bạn cần thêm bộ dịch MinGW GCC và Make vào Git\mingw64.

Với Make bạn có thể làm theo hướng dẫn sau: https://gist.github.com/evanwill/0207876c3243bbb6863e65ec5dc3f058#make
Và GCC: https://yichaoou.github.io/tutorials/software/2016/06/28/git-bash-install-gcc

Sau đó có thể build trên Windows sử dụng Git Bash như sau:

$ mkdir build
$ cd build
$ cmake -G "MinGW Makefiles" ..
$ make install

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

3 participants