Difference between revisions of "Komodo-IDE"
MarcDouglas (Talk | contribs) m (fixed run-on lines) |
MarcDouglas (Talk | contribs) (formatting changes . added more info about komodo-ide) |
||
Line 1: | Line 1: | ||
− | + | Komodo-IDE is an excellent debugger for TCL.. and for many other languages. It requires a license to use, but a free license is available for non-commercial use. | |
− | + | Installing '''Komodo-IDE''' requires you first install the '''Komodo-Edit''' package. | |
− | this installs the required linux-compat system. and possibly more but this is what works. | + | : <code> sudo pkg install komodo-edit </code> |
+ | |||
+ | this installs the required '''linux-compat system'''. and possibly more but this is what works. | ||
From the package installer: | From the package installer: | ||
− | >>This package needs linsysfs mounted on /compat/linux/sys. Add the following line to /etc/fstab: | + | >>This package needs linsysfs mounted on /compat/linux/sys. Add the following line to '''/etc/fstab''':<br> |
+ | '''linsysfs /compat/linux/sys linsysfs rw 0 0'''<br> | ||
+ | Then run <code>mount /compat/linux/sys</code> | ||
− | + | Download Kodomo IDE for Linux from https://www.activestate.com/products/komodo-ide/download-ide/<br> | |
− | + | <code>tar -xzvf Kodomo-IDE-12.0.1-91869-linux-x86_64.tar.gz | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | tar -xzvf Kodomo-IDE-12.0.1-91869-linux-x86_64.tar.gz | + | |
cd Kodomo-IDE-12.0.1-91869-linux-x86_64 | cd Kodomo-IDE-12.0.1-91869-linux-x86_64 | ||
− | ./install.sh | + | ./install.sh </code> |
− | + | ||
export or link path for easy access: | export or link path for easy access: | ||
+ | |||
+ | <code>export PATH="/usr/home/username/Komodo-IDE-12/bin:$PATH" | ||
− | + | ln -s "/usr/home/username/Komodo-IDE-12/bin/komodo" /usr/local/bin/komodo </code> | |
− | + | ||
− | ln -s "/usr/home/username/Komodo-IDE-12/bin/komodo" /usr/local/bin/komodo | + |
Revision as of 08:14, 25 July 2020
Komodo-IDE is an excellent debugger for TCL.. and for many other languages. It requires a license to use, but a free license is available for non-commercial use.
Installing Komodo-IDE requires you first install the Komodo-Edit package.
-
sudo pkg install komodo-edit
this installs the required linux-compat system. and possibly more but this is what works.
From the package installer:
>>This package needs linsysfs mounted on /compat/linux/sys. Add the following line to /etc/fstab:
linsysfs /compat/linux/sys linsysfs rw 0 0
Then run mount /compat/linux/sys
Download Kodomo IDE for Linux from https://www.activestate.com/products/komodo-ide/download-ide/
tar -xzvf Kodomo-IDE-12.0.1-91869-linux-x86_64.tar.gz
cd Kodomo-IDE-12.0.1-91869-linux-x86_64
./install.sh
export or link path for easy access:
export PATH="/usr/home/username/Komodo-IDE-12/bin:$PATH"
ln -s "/usr/home/username/Komodo-IDE-12/bin/komodo" /usr/local/bin/komodo