Hello everyone,
I am struggling with installing sphinxtrain for several days already. As I am a newbie in the IT game I might completely misunderstand how to install the toolkit.
What I have done so far :
VS Code :
Version: 1.77.1 (user setup)
Commit: b7886d7461186a5eac768481578c1d7ca80e2d21
Date: 2023-04-04T23:21:11.906Z
Electron: 19.1.11
Chromium: 102.0.5005.196
Node.js: 16.14.2
V8: 10.2.154.26-electron.0
OS: Windows_NT x64 10.0.19044
Sandboxed: No
Extensions :
C/C++ v1.14.5
CMake Tools v1.13.45
CMake installed version 3.26.3, (correct PATH registered in WINDOWS variable environment)
Python 3.11.3
Perl 5.36.0
I am currently trying to execute "cmake -S . -B build" in the VSCode terminal. Unfortunately the answer in red says that "cmake is not recognised..."
+ cmake -S . -B build
+ ~~~~~
+ CategoryInfo : ObjectNotFound: (cmake:String) [],
I also tried in the CMD terminal and that time :
CMake Error at CMakeLists.txt:3 (project):
Running
'nmake' '-?'
failed with:
Le fichier spécifié est introuvable
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
Am I supposed to run this command in a Terminal, or am I supposed to already have the ".sln" file ??
Thank you in advance for your time and consideration,
Best regards,
Francis
Hello everyone,
I am struggling with installing sphinxtrain for several days already. As I am a newbie in the IT game I might completely misunderstand how to install the toolkit.
What I have done so far :
VS Code :
Version: 1.77.1 (user setup)
Commit: b7886d7461186a5eac768481578c1d7ca80e2d21
Date: 2023-04-04T23:21:11.906Z
Electron: 19.1.11
Chromium: 102.0.5005.196
Node.js: 16.14.2
V8: 10.2.154.26-electron.0
OS: Windows_NT x64 10.0.19044
Sandboxed: No
Extensions :
C/C++ v1.14.5
CMake Tools v1.13.45
CMake installed version 3.26.3, (correct PATH registered in WINDOWS variable environment)
Python 3.11.3
Perl 5.36.0
I am currently trying to execute "
cmake -S . -B build" in the VSCode terminal. Unfortunately the answer in red says that "cmake is not recognised..."I also tried in the CMD terminal and that time :
Am I supposed to run this command in a Terminal, or am I supposed to already have the ".sln" file ??
Thank you in advance for your time and consideration,
Best regards,
Francis