While using Go for backend and microservices, I have been playing with React Library and Next.js framework for frontend code. Those require NodeJS to be installed. We can get the setup pacakge at: https://nodejs.org/en/ and I use the LTS version. Open the setup package and click Next. Make sure you read and agree with the … Continue reading NodeJS Installation
Tag: toolchain
CMake Installation
Several projects use CMake as build system, so I install it as well. The tools can be found at Download | CMake. Select the latest release to download. Once download is complete, open the setup and click Next. Read the License Agreement and if in accordance with the terms, select "I accept the terms in … Continue reading CMake Installation
Visual Studio Build Tools
One of the options when building C/C++ on Windows is to use Visual Studio Build Tools as the toolchain. There's no need to install the full IDE in order to get the build tools. It is possible to get the setup package at: https://visualstudio.microsoft.com/downloads/ Open the setup package and click in Continue. Once the Visual … Continue reading Visual Studio Build Tools