From 0a2d84d0ecb4cf9e2c88eb087f04a0e8f734b7c3 Mon Sep 17 00:00:00 2001 From: Oleg Artene <1@01eg.art> Date: Sun, 27 Nov 2022 18:40:11 +0200 Subject: [PATCH] readme: removed outdated section "build in Docker" That script was moved here https://github.com/01e9/ide-in-docker but it's too advanced, too much trouble --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index d234100..27d4068 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,6 @@ Note that CodeBlocks or other IDEs may have issues running the programs due to p Running `ls $LOGL_ROOT_PATH` should list, among other things, this README file and the resources direcory. -### Linux building in Docker -Using [this project](https://github.com/01e9/docker-ide) you can start IDE in docker: -``` -.../docker-ide/ide cpp-gpu ~/.../clion/bin/clion.sh -x11docker "--gpu" -``` - ## Mac OS X building Building on Mac OS X is fairly simple: ```