Skip to main content
edited tags
Link
Chris Down
  • 130.4k
  • 26
  • 277
  • 268
Source Link
Davlog
  • 353
  • 1
  • 4
  • 9

How to install my application

I just created a simple application which creates a file on my desktop and writes "HAHA" in it. I made it in C++ and used g++ to get a binary. It works but it's not really "installed" on linux mint.

So I wondered how do I do that? How can I tell linux mint to show this in my menu where all my installed applications are listed?

I heard something about moving it into /usr/bin with a bash script. I moved the application to /usr/bin with terminal but there were no changes (the app is in the directory but it's not displayed in my menu). Or do I have to restart linux mint?

Maybe you could send me a link to a good tutorial. I need some help...