KDevelop/Ruby: Difference between revisions

From KDE Community Wiki
(Created page with "__NOTOC__ <languages /> <translate> <!--T:4--> {{Remember|2=Important|1=Hi there! I'm sorry to tell you that this page is still under construction. The responsible for this me...")
 
No edit summary
Line 1: Line 1:
__NOTOC__
<languages />
<translate>
<!--T:4-->
{{Remember|2=Important|1=Hi there! I'm sorry to tell you that this page is still under construction. The responsible for this mess is Miquel (mssola on IRC).}}
{{Remember|2=Important|1=Hi there! I'm sorry to tell you that this page is still under construction. The responsible for this mess is Miquel (mssola on IRC).}}


== 1. Super Awesome section ==
= How to compile =


</translate>
First of all, you need to compile KDevelop and KDevPlatform. There's instructions on how to do this here: [[KDevelop4/HowToCompile]]. If you have succeeded in installing KDevelop and KDevPlatform, you can install the Ruby plugin in pretty much the same way. First, download the source code:
 
    git clone git://anongit.kde.org/kdev-ruby
 
Then you will compile it by doing the following:
 
    mkdir build
    cd build
    cmake -DCMAKE_INSTALL_PREFIX=$HOME/kdevelop4 ../
    make
    make install
 
Last but not least, make sure to run <code>kbuildsycoca4</code> after the installation process.
 
= Testing =
 
To do.
 
= Generating the documentation =
 
To do.

Revision as of 20:41, 6 October 2012

 
Important
Hi there! I'm sorry to tell you that this page is still under construction. The responsible for this mess is Miquel (mssola on IRC).


How to compile

First of all, you need to compile KDevelop and KDevPlatform. There's instructions on how to do this here: KDevelop4/HowToCompile. If you have succeeded in installing KDevelop and KDevPlatform, you can install the Ruby plugin in pretty much the same way. First, download the source code:

   git clone git://anongit.kde.org/kdev-ruby

Then you will compile it by doing the following:

   mkdir build
   cd build
   cmake -DCMAKE_INSTALL_PREFIX=$HOME/kdevelop4 ../
   make
   make install

Last but not least, make sure to run kbuildsycoca4 after the installation process.

Testing

To do.

Generating the documentation

To do.