@@ -1,4 +1,9 @@
|
||||
# CLIDE
|
||||
[](https://github.com/shaunrd0/clide)
|
||||
[](https://gitlab.com/shaunrd0/clide)
|
||||
[](https://git.shaunreed.com/shaunrd0/clide)
|
||||
|
||||
[](https://github.com/shaunrd0/clide/actions/workflows/check.yaml)
|
||||
|
||||
CLIDE is an extendable command-line driven development environment written in Rust using the Qt UI framework that supports both full and headless Linux environments.
|
||||
The GUI is written in QML compiled through Rust using the cxx-qt crate, while the TUI was implemented using the ratatui crate.
|
||||
@@ -36,7 +41,7 @@ export QMAKE=$HOME/Qt/6.7.3/gcc_64/bin/qmake6
|
||||
export LD_LIBRARY_PATH=$HOME/Qt/6.7.3/gcc_64/lib
|
||||
```
|
||||
|
||||
Though environment variables set using `export` will take precedence, these can also be set in [.cargo/config.toml](./.cargo/config.toml) for conveinence
|
||||
Though environment variables set using `export` will take precedence, these can also be set in [.cargo/config.toml](./.cargo/config.toml) for convenience
|
||||
|
||||
```toml
|
||||
[env]
|
||||
|
||||
Reference in New Issue
Block a user