2014/05/11

برنامج CodeLite للبرمجة بـ C++


How To Install CodeLite 5.4 On Ubuntu 14.04 and Linux Mint



برنامج CodeLite تطبيق مجاني مفتوح المصدر يسمح لك بكتابة و تحرير النصوص البرمجية المكتوبة بلغة سي بلس بلسC/C++، يمكنك برمجة اي تطبيق بإستخدام لغة C++ كما يمكنك التعديل على البنية البرمجية بإستخدام أوامر النسخ و القص و نقل النصوص البرمجية من سطر الى سطر آخر، كما يساعدك برنامج كود لايت على إستيراد و فتح الملفات المبرمجة بلغة السي و سي بلس بلس (C/C++) بكل سهولة، يعتبر برنامج كود لايت من أهم التطبيقات المجانية السهلة في الاستخدام للمبرمجين بلغة سي بلس بلس فهو يمنحهم منصة كاملة لبرمجة تطبيقاتهم البرمجية و التعديل عليها.

يوجد الكثير من المبرمجين يبحثون عن وسائل سهلة لتمكنهم من عمل تطبيقاتهم بلغة سي بلس بلس و برنامج كود لايت هو الحل الأمثل لتحرير و برمجة التطبقات بإستخدام لغة C++



How to install CodeLite 5.4 on 32 bit Ubuntu 14.04 and derivative systems

$ wget http://cz.archive.ubuntu.com/ubuntu/pool/universe/t/tiff3/libtiff4_3.9.7-2ubuntu1_amd64.deb
$ sudo dpkg -i libtiff4_3.9.7-2ubuntu1_i386.deb
$ sudo apt-get install -f



Add the CodeLite repository and it’s key, update the local repository index and install the codelite and wxcrafter packages:

$ sudo apt-key adv --fetch-keys http://repos.codelite.org/CodeLite.asc
$ sudo apt-add-repository "deb http://repos.codelite.org/ubuntu/ trusty universe"
$ sudo apt-get update
$ sudo apt-get install codelite wxcrafter


install CodeLite 5.4 on 64 bit Ubuntu 14.04 and derivative systems

$ wget http://cz.archive.ubuntu.com/ubuntu/pool/universe/t/tiff3/libtiff4_3.9.7-2ubuntu1_amd64.deb
$ sudo dpkg -i libtiff4_3.9.7-2ubuntu1_amd64.deb
$ sudo apt-get install -f


Add the CodeLite repository and it’s key, update the local repository index and install the codelite and wxcrafter packages:

$ sudo apt-key adv --fetch-keys http://repos.codelite.org/CodeLite.asc
$ sudo apt-add-repository "deb http://repos.codelite.org/ubuntu/ trusty universe"
$ sudo apt-get update
$ sudo apt-get install codelite wxcrafter