Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: HeReSY on August 27, 2005, 11:52:32 am

Title: How to install a downloaded DevPak
Post by: HeReSY on August 27, 2005, 11:52:32 am
Hi,

i've downloaded different devpaks, to use it with the dev-cpp environment. Now i want to use it with c::b.
But how can i install the downloaded devpaks with c::b. The plugin works fine, when i want to download first and then install the devpaks.
I tried to put the devpaks i downloaded in the packeges dir, but the plugin didn't show these devpaks. so how can i install these devpaks, or where do i put the devpaks so the plugin can find it.

HeReSY
Title: Re: How to install a downloaded DevPak
Post by: mandrav on August 27, 2005, 12:28:48 pm
This plugin, currently, only supports installing downloaded packages. It doesn't support installing packages from the filesystem.
You can try though to put the package you downloaded in the [devpak_folder]/Packages. [devpak_folder] is the folder you select with "Settings->Plugins->Dev-C++ DevPak updater/installer". After you 've put the file there, re-launch the plugin and right-click on the devpak. It might save you the trouble and display the "Install" entry ;)

Anyway, could you submit a feature request to allow installing devpaks from the filesystem? It would be a nice addition...
Title: Re: How to install a downloaded DevPak
Post by: HeReSY on August 27, 2005, 12:38:05 pm
That's what i did, but the downloaded devpaks are not there for the plugin. so i can't install them.
where can i send a feature request?

HeReSY
Title: Re: How to install a downloaded DevPak
Post by: mandrav on August 27, 2005, 01:25:27 pm
It's on the main site (http://www.codeblocks.org), at the nav bar.
Anyway, send it here (http://sourceforge.net/tracker/?func=add&group_id=126998&atid=707419).
Title: Re: How to install a downloaded DevPak
Post by: Vampyre_Dark on August 27, 2005, 06:06:16 pm
The devpaks are just .tar files with the h files and .a files.

put the h files with your headers, put the .a files with your libs.
Title: Re: How to install a downloaded DevPak
Post by: HeReSY on August 28, 2005, 11:40:08 am
That's sounds great, but i cant't open the file with my packprogram, to get the headers and libs.
I tried to rename the files to *.tar or to *.tar.gz.

HeReSY
Title: Re: How to install a downloaded DevPak
Post by: Profic on August 28, 2005, 12:19:06 pm
It is .tar.bz2
Title: Re: How to install a downloaded DevPak
Post by: grv575 on August 28, 2005, 03:24:30 pm
winrar or 7zip
Title: Re: How to install a downloaded DevPak
Post by: Deamon on March 22, 2006, 11:44:15 pm
The devpaks are just .tar files with the h files and .a files.

put the h files with your headers, put the .a files with your libs.

I try to do the same now. Ok i putted the conio2.h in to my include folder of Borland 5.5 compiler and the a files in to the coresponding lib folder is that right and all what i have to do ? Cose when i try to compile it i get dozens of error messages that complain that all the functions in the conio and conio2 are defined double!

regards
Deamon