Author Topic: How to install a downloaded DevPak  (Read 10486 times)

Offline HeReSY

  • Single posting newcomer
  • *
  • Posts: 8
How to install a downloaded DevPak
« 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

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: How to install a downloaded DevPak
« Reply #1 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...
Be patient!
This bug will be fixed soon...

Offline HeReSY

  • Single posting newcomer
  • *
  • Posts: 8
Re: How to install a downloaded DevPak
« Reply #2 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

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: How to install a downloaded DevPak
« Reply #3 on: August 27, 2005, 01:25:27 pm »
It's on the main site, at the nav bar.
Anyway, send it here.
Be patient!
This bug will be fixed soon...

Offline Vampyre_Dark

  • Regular
  • ***
  • Posts: 255
  • Hello!
    • Somewhere Over The Rainbow...
Re: How to install a downloaded DevPak
« Reply #4 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.
C::B Wishlist
~BOYCOTT THE EVIL YELLOW BOXES~

Offline HeReSY

  • Single posting newcomer
  • *
  • Posts: 8
Re: How to install a downloaded DevPak
« Reply #5 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

Offline Profic

  • Multiple posting newcomer
  • *
  • Posts: 56
Re: How to install a downloaded DevPak
« Reply #6 on: August 28, 2005, 12:19:06 pm »
It is .tar.bz2
Not fear, nor tears can reach me now, the light seems so clear as the night fades away (c) Tristania - Beyond The Veil

grv575

  • Guest
Re: How to install a downloaded DevPak
« Reply #7 on: August 28, 2005, 03:24:30 pm »
winrar or 7zip

Deamon

  • Guest
Re: How to install a downloaded DevPak
« Reply #8 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