|
|
This is a brief guiedeline to build Windows on command line using Intel oneAPI
|
|
|
|
|
|
# Install buildchain
|
|
|
* Install Microsoft Visual Studio Community Edition for C++ with build tools (nmake, cmake, ...)
|
|
|
* Install Intel oneAPI C++/Fortran and Math Kernel Library with all dependend packages (the installer will help you) from oneAPI BaseKit and oneAPI HPCKit
|
|
|
* Install Git with options for command line
|
|
|
* Install cmake
|
|
|
* Install a standard text editor like Notepad++
|
|
|
|
|
|
# Setup buildchain
|
|
|
* configure git and best is to add shh keys to the gitlab server
|
|
|
|
|
|
|