You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
STM32 developement environment setup on Manjaro 20.2
This is a guide on how to install the developement environment for STM32. Any suggestions or enhancements are welcome :)
Prerequisite
In order to complete this, you need to install the yay package manager.
Also, don't forget to install the fakeroot lib in order to properly execute the yay library.
Integrate Bazel with your SFML/Imgui projects on Ubuntu 20.04
Integrate Bazel into your Imgui/SFML projects on Ubuntu 20.04
Why use Bazel in the first place?
Some of you may ask why to use Bazel to build your project, aren't there already in-place solutions with CMake examples? And, to be honest, I thought the same, but in the end two major factors prevailed - curiosity and challenge!
Also, as Bazel is slowly prying around the corner to be a popular build system, the syntax is more intuitive, readability is high and it's well documented on their official sites (but misses more examples IMHO). If you're interested what the cons and pros for Bazel against CMake are you can look up this page and check it in detail.
Ok, I get it, now show me the how-to guide
First of all, you need Bazel installed on your system. Bazel's documentation is generous in these manners and you can look up the installation page for your OS and or, in our case, it's