Author Topic: how to install the plugin  (Read 5007 times)

Offline AZ

  • Almost regular
  • **
  • Posts: 151
how to install the plugin
« on: September 19, 2012, 04:51:21 pm »
Hello,
 i read the WIKI but sitll can't figureout how to install the plugin from contrib repository. I'm on RHEL 6.3 and installed C:B from EPEL's rpm.

if i go into "Pluging"-> "Manage plugins" i see a dozen of plugins insstalled into /usr/lib64/codeblocks dir. there is a "install new" button. it opens into current directory. So i figured i need to provide a plugin file. But where do i get it from?
I'm interested in EditorTweaks, Valgrind, keyboard shortcuts.

Please advise.
AZ
CB: nightly build .
Thread model: posix
gcc version 5.1.1 20150618 (Red Hat 5.1.1-4) (GCC)

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: how to install the plugin
« Reply #1 on: September 19, 2012, 06:01:58 pm »
Use the nightly from my repo and the plugins will be there (http://rpm.jenslody.de/)

Offline AZ

  • Almost regular
  • **
  • Posts: 151
Re: how to install the plugin
« Reply #2 on: September 19, 2012, 06:16:30 pm »
Use the nightly from my repo and the plugins will be there (http://rpm.jenslody.de/)
Jens,
 awesome. thank you . somehow i'm getting :
Code
cat /etc/yum.repos.d/centos-jenslody.de.repo 
[jenslody.de]
name=CentOS $releasever - $basearch - jenslody.de
baseurl=http://rpm.jenslody.de/el$releasever/$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-jenslody.de


yum install codeblocks-contrib-10.5.svn.8150-1
Loaded plugins: refresh-packagekit, security
http://rpm.jenslody.de/el6.3/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: jenslody.de. Please verify its path and try again
CB: nightly build .
Thread model: posix
gcc version 5.1.1 20150618 (Red Hat 5.1.1-4) (GCC)

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: how to install the plugin
« Reply #3 on: September 19, 2012, 07:32:44 pm »
Can you try agyin ?
Just symlinked el6.3 to el6, will look for a better solution later.

Offline AZ

  • Almost regular
  • **
  • Posts: 151
Re: how to install the plugin
« Reply #4 on: September 19, 2012, 08:43:44 pm »
Can you try agyin ?
Just symlinked el6.3 to el6, will look for a better solution later.

<MortenMacFly removed non-english content here - please respect the forums rules!>
all got installed without a problem and without installation of any additional packages ( from repoforge etc).
thank you very much.

AZ

P.S. Just for future ref RHEL 6.3 ( Scientific release) x64,
Code
repo id                                            repo name                                                                                      status
elrepo                                             ELRepo.org Community Enterprise Linux Repository - el6                                           209
epel                                               Extra Packages for Enterprise Linux 6 - x86_64                                                 7,774
jenslody.de                                        CentOS 6.3 - x86_64 - jenslody.de                                                                  6
sl                                                 Scientific Linux 6.3 - x86_64                                                                  6,399
sl-security                                        Scientific Linux 6.3 - x86_64 - security updates                                                 391
« Last Edit: September 19, 2012, 09:47:55 pm by MortenMacFly »
CB: nightly build .
Thread model: posix
gcc version 5.1.1 20150618 (Red Hat 5.1.1-4) (GCC)