Let's be honest. Linux is a great server platform for running apps and services in enterprise settings, but it lags behind in terms of convenience when it comes to day-to-day use. In school or work, however, we are often required to develop for Linux platform.
In this video, I will show you how to develop, debug, and deploy a C/C++ Linux program with CLion running on a Mac or Windows system via Docker.
project repo: https://github.com/TechHara/clion_docker
Docker: https://www.docker.com
CLion: https://www.jetbrains.com/clion/
Docker build command
$ docker build -t linux_cpp_dev_env .
Docker run command
$ docker run -it --rm -v `pwd`:/work linux_cpp_dev_env
Build command
$ cmake -Bbuild && make -Cbuild
In questa pagina del sito puoi guardare il video online Develop Linux app with CLion on a Mac or Windows system using Docker della durata di ore minuti seconda in buona qualità , che l'utente ha caricato TechHara 06 ottobre 2022, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 2,442 volte e gli è piaciuto 38 spettatori. Buona visione!