Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffstadt authored Aug 14, 2020
1 parent 8894533 commit d639f0c
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,26 +127,27 @@ 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
<sub>Only tested on Ubuntu 20.04</sub>

##### Build Requirements

- CLion
- cmake
- Python 3.8
- xorg-dev

##### Instructions

1. From within a local directory, enter the following bash commands:
```
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

Expand Down

0 comments on commit d639f0c

Please sign in to comment.