Skip to main content

Posts

Showing posts with the label installation

Symfony 2 Part 1 Installation

Symfony 2 Part 1 Installation Go to the netbeans download site and download/install netbeans with PHP. Go to the Symfony download site and download the zip file (not any other format). Make sure to store the ZIP file somewhere safe where you want to keep it as you will need to keep it on your computer for every time you create a new symfony based project. (e.g. Dont just leave it in your Downloads folder.) Start netbeans and then use the menu bar to navigate to Tools > Options Click on the PHP icon just below the title bar, and then select the Symfony2 tab so that your screen looks similar to below: Click the browse button and use the pop up file menu to navigate to the zip file you just downloaded before selecting it. Click Apply , then click OK Click File > New Project Keep entering the settings and clicking next until you get to step 4. PHP Frameworks . Here, you need to click Symfony2 PHP Framework before clicking finish. Congratulations! You now have...

SYSTEMC 2 3 1 INSTALLATION IN UBUNTU

SYSTEMC 2 3 1 INSTALLATION IN UBUNTU Download SystemC source from www.accellera.org untar it     tar -xzvf systemc-2.3.1.tgz change directory cd systemc-2.3.1 make directory sudo mkdir /usr/local/systemc-2.3.1 make directory in systemc folder mkdir objdir change top directory cd objdir configure it ../configure --prefix=/usr/local/systemc-2.3.1 make or sudo make install compiling: export SYSTEMC_HOME=/usr/local/systemc-2.3.1/ for 64bit  export LD_LIBRARY_PATH=/usr/local/systemc-2.3.1/lib-linux64   for 32 bit export LD_LIBRARY_PATH=/usr/local/systemc-2.3.1/lib-linux       download  file  now