From d639f0c082ffca4892609f3ce6ddfa2296e5ec02 Mon Sep 17 00:00:00 2001 From: Jonathan Hoffstadt Date: Thu, 13 Aug 2020 23:26:26 -0500 Subject: [PATCH] Update README.md --- docs/README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/README.md b/docs/README.md index a93687adb..f7cf0b367 100644 --- a/docs/README.md +++ b/docs/README.md @@ -127,11 +127,14 @@ git clone --recursive https://github.com/RaylockLLC/DearPyGui 3. In Visual Studio, use _Open a local folder_ to open _DearPyGui_ folder. 4. Switch to the release configuration and run _Build All_. -#### Ubuntu 20.04 +#### Linux +Only tested on Ubuntu 20.04 ##### Build Requirements -- CLion +- cmake +- Python 3.8 +- xorg-dev ##### Instructions @@ -139,14 +142,12 @@ git clone --recursive https://github.com/RaylockLLC/DearPyGui ``` git clone --recursive https://github.com/hoffstadt/DearPyGui ``` -2. Open the _cpython_ folder inside of _Dependencies_. +2. Open the _Scripts_ folder. 3. Open the terminal and type the following commands: ``` -./configure --with-pydebug -sudo make && sudo make install +chmod +x BuildForLinux.sh +sudo ./BuildForLinux.sh ``` -4. Open the project in CLion -5. Switch the configuration to _DearSandbox_ and build. ### Upcoming Changes