Skip to content

MinGW installation #27

@cfedk

Description

@cfedk

Installing with cmake (from cmake.org) and mingw32-make (from mingw-get).

$ git clone https://github.com/torch/luajit-rocks.git
$ cd luajit-rocks
$ mkdir build
$ cd build
$ cmake .. -G "MSYS Makefiles" -DCMAKE_INSTALL_PREFIX=/ljitr
# ... 
# -- Build files have been written to: C:/MinGW/temp/luajit-rocks/build
$ mingw32-make install 
process_begin: CreateProces(NULL, /C/MinGW/bin/cmake.exe -H/C/MinGW/temp/luajit-rocks -B/C/MinGW/temp/luajit-rocks/build --check-build-system CMakeFiles/Makefile.cmake 0, ...) failed.
make (e=2): The system cannot find the file specified. 
Makefile:236: recipe for target 'cmake_check_build_system' failed
mingw32-make: *** [cmake_check_build_system] Error 2

I understand that Torch on Windows is not supported, but the installation section of this repository leads me to believe that there is hope for this much!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions