GithubHelp home page GithubHelp logo

flathub / org.ultimatepp.theide Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 66 KB

Home Page: https://flathub.org/apps/details/org.ultimatepp.TheIDE

License: BSD 2-Clause "Simplified" License

Shell 100.00%

org.ultimatepp.theide's Introduction

TheIDE

Introduction

This repository acts as a recipe for building TheIDE as a flatpak package. TheIDE is an integrated development environment for the U++ framework. This flatpak brings full experience. It means that after installation, users will be able to build applications using the U++ framework directly from TheIDE.

Local Flatpak Developmenet

Requiremenets

To build this flatpak localy, you need to install following package:

flatpak install org.flatpak.Builder

Additionaly, if you want you can install dependencies manualy, by running following commands:

flatpak install flathub org.gnome.Platform
flatpak install org.freedesktop.Sdk.Extension.llvm18
flatpak install org.freedesktop.Sdk.Extension.golang

Building

To build flatpak locally run the following command in your terminal:

flatpak-builder --ccache --user --install --force-clean build-dir org.ultimatepp.TheIDE.yml

The --ccache parameter is higly recommended since it speedsup build time signficiently. Especially in situation when there is a need to build project several times.

Alternativly, if you want to execute full build with dependency installation run:

flatpak run org.flatpak.Builder --force-clean --sandbox --user --install --install-deps-from=flathub --ccache --mirror-screenshots-url=https://dl.flathub.org/repo/screenshots --repo=repo build-dir org.ultimatepp.TheIDE.yml

In case if above command fails on install dependencies step try to use following command:

flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

Running

To run build flatpak simple run:

flatpak run org.ultimatepp.TheIDE

Uninstalling

To uninstall please execute following command:

flatpak uninstall --delete-data org.ultimatepp.TheIDE

The --delete-data parameter can be skipped, however when there is a need to simulate running TheIDE for the first time, it is required. Also, for making absolute clean run, U++ framework sources that should be placed in ~/.local/src/upp must be deleted. Without it the initial terminal asking about installing host dependencies will not appear.

host-spawn

To generate host-spawn/modules.txt run following command in the host-spawn repository:

go mod vendor

Optimizing size

In order to check flatpak size after local build, the following command can be executed:

flatpak list --app --columns=size,name|sort -g

Known limitations

Below is the list of known problems of this flatpak:

  • TheIDE can not play system sound (This requires modification to the liobrary. Will be done in the future)

Essential linsk

If you want to learn more, here is the link to the essential links:

org.ultimatepp.theide's People

Contributors

klugier avatar asciiwolf avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.