News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Making a release build run on a different computer.

Started by ZXCBOMB!, August 19, 2010, 08:15:09 PM

Previous topic - Next topic

ZXCBOMB!

Hello i have two computers. Both of them have Ubuntu Linux on them. On one computer i have code::blocks with all the libs i need to run my app. On the other computer i don't. I do this intentionally so i can see if it will run on computers that are used by people who are not developers and more than likely don't have all the Dependencies needed to run the app. So i guess what i need is a way to make an installer program or to compile the app with all necessary libs attached.

MortenMacFly

Quote from: ZXCBOMB! on August 19, 2010, 08:15:09 PM
Hello i have two computers.
Nice speech. Mind telling what exactly your problem is and how this is related to Code::Blocks? Code::Blocks is an IDE, not a packaging solution.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

ZXCBOMB!

well i hope i didn't offend you. yes i know code:blocks is an IDE but i thought maybe it had some extra tools for this problem. i guess if code:blocks does not come with tools to help me with my problem it doesn't relate to code::blocks at all. but that doesn't mean you couldn't of helped me. i think i was fairly clear about what it was that i was having issues with. so forgive me for asking for help about something that i wasn't sure was related to code::blocks.

oBFusCATed

ZXCBOMB: link statically all your libs or learn how to make deb files
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

ZXCBOMB!

oBFusCATed:  thank you for your answer i will look into that.