Skip to content

Commit 14e85a7

Browse files
committed
Readme updated
1 parent acc0664 commit 14e85a7

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,26 @@ The motivation behind ComputerVisionBlueprint was to address the steep learning
6868

6969
This section guides you through the initial setup and building of the ComputerVisionBlueprint project. The project leverages Qt (version 6+), CMake for building, and requires OpenCV as a dependency. It also integrates the [NodeEditor](https://github.com/paceholder/nodeeditor) for graphical node-based editing.
7070

71+
## Direct download
72+
For now only AppImage is available for linux. You can download the latest release from the [resources appimage](https://github.com/PabloPicose/ComputerVisionBlueprint/blob/main/resources/appimage/ComputerVisionBlueprint-x86_64.AppImage)
73+
7174
### Prerequisites
7275

7376
Before you begin, ensure you have the following installed on your system:
7477
- Git
7578
- CMake
7679
- Qt (version 6 or higher)
80+
Also available scripts for compiling and setting up the environment for Ubuntu 20.04 LTS or higher are available in the scripts directory.
81+
82+
### Setting up in Ubuntu 20.04 LTS
83+
```bash
84+
# this may take a while
85+
./scripts/setup.sh
86+
87+
# this will compile the project
88+
# the path to qt installation is the path to the bin directory of the qt installation, i.e /home/user/Qt/6.2.0/gcc_64/
89+
./scripts/compile.sh --qt <path to qt installation> --type <release or debug>
90+
```
7791

7892
### Setup
7993

@@ -123,7 +137,7 @@ Use this space to show useful examples of how a project can be used. Additional
123137
124138
<!-- ROADMAP -->
125139
## Roadmap
126-
- [ ] AppImage for Linux (download and run)
140+
- [x] AppImage for Linux (download and run)
127141
128142
- [ ] Windows executable
129143
@@ -181,7 +195,8 @@ Use this space to show useful examples of how a project can be used. Additional
181195
182196
- [ ] Draws
183197
- [x] Draw rectangles
184-
- [ ] Circles
198+
- [ ] Draw circles
199+
- [x] Draw lines
185200
186201
See the [open issues](https://github.com/PabloPicose/ComputerVisionBlueprint/issues) for a full list of proposed features (and known issues).
187202
-39 MB
Binary file not shown.

0 commit comments

Comments
 (0)