How to install and configure LispWorks PE on 64bit Linux system?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
LispWorks Personal Edition is cross-platform development tool for Common Lisp.
I did a small research, looking for any simple installation guide, but I found only this and this. After following these instructions LispWorks works, but it doesn't follow system-wide GTK theme.
development ide lisp
add a comment |Â
up vote
0
down vote
favorite
LispWorks Personal Edition is cross-platform development tool for Common Lisp.
I did a small research, looking for any simple installation guide, but I found only this and this. After following these instructions LispWorks works, but it doesn't follow system-wide GTK theme.
development ide lisp
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
LispWorks Personal Edition is cross-platform development tool for Common Lisp.
I did a small research, looking for any simple installation guide, but I found only this and this. After following these instructions LispWorks works, but it doesn't follow system-wide GTK theme.
development ide lisp
LispWorks Personal Edition is cross-platform development tool for Common Lisp.
I did a small research, looking for any simple installation guide, but I found only this and this. After following these instructions LispWorks works, but it doesn't follow system-wide GTK theme.
development ide lisp
development ide lisp
asked 2 mins ago
BlueManCZ
19814
19814
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
I'm going to write and share a simple complex guide, how to install and configure LispWorks Personal Edition on Debian-like 64bit systems (amd64 architecture). The procedure will be similar on all other 64bit distributions, but with the use of specific package managers and package names.
If you don't have sudo installed, run commands as root.
1. Enable multiarch
sudo dpkg --add-architecture i386
sudo apt update
2. Download and install LispWorks
Open this url, fill in the form below, and follow Installation using tar files.
Default installation path is /usr/local/lib/LispWorksPersonal/
.
Installation will not create desktop launcher integrated in system. If you need launcher, point 5 in this guide will help you.
3. Install dependencies
Following package is necessary for the proper running of the program.
sudo apt install libgtk2.0-0:i386
Next packages allow you change GTK theme for LispWorks.
sudo apt install gnome-themes-extra:i386 gtk-chtheme:i386
4. Choose your system-wide GTK theme
Run this as normal user in terminal:
gtk-chtheme
and choose theme which you want.
5. Create desktop launcher (optional)
You can use graphic tool likes Menulibre or Alacarte or create launcher by yourself in any text editor. Check this.
6. Set icons-only for LispWorks toolbars (optional)
Launch LispWorks and for a better look you can select in top panel Works / Customize / Toolbar and here in Display select-box choose Image. You must do this for all windows you use. Toolbars will have more compact look.
7. Configure environment (optional)
Go to Works / Tools / Preferences / Environment and in the Emulation tab choose Editor keys like KDE/Gnome and in the File Encoding tab select in both left select-boxes UTF-8.
I'm currently trying to find a way to change the icon-theme in LispWorks. I tried all the usual options but nothing works.
I'll be glad for any comments or edits of this guide to help even more people.
I hope this helps someone.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I'm going to write and share a simple complex guide, how to install and configure LispWorks Personal Edition on Debian-like 64bit systems (amd64 architecture). The procedure will be similar on all other 64bit distributions, but with the use of specific package managers and package names.
If you don't have sudo installed, run commands as root.
1. Enable multiarch
sudo dpkg --add-architecture i386
sudo apt update
2. Download and install LispWorks
Open this url, fill in the form below, and follow Installation using tar files.
Default installation path is /usr/local/lib/LispWorksPersonal/
.
Installation will not create desktop launcher integrated in system. If you need launcher, point 5 in this guide will help you.
3. Install dependencies
Following package is necessary for the proper running of the program.
sudo apt install libgtk2.0-0:i386
Next packages allow you change GTK theme for LispWorks.
sudo apt install gnome-themes-extra:i386 gtk-chtheme:i386
4. Choose your system-wide GTK theme
Run this as normal user in terminal:
gtk-chtheme
and choose theme which you want.
5. Create desktop launcher (optional)
You can use graphic tool likes Menulibre or Alacarte or create launcher by yourself in any text editor. Check this.
6. Set icons-only for LispWorks toolbars (optional)
Launch LispWorks and for a better look you can select in top panel Works / Customize / Toolbar and here in Display select-box choose Image. You must do this for all windows you use. Toolbars will have more compact look.
7. Configure environment (optional)
Go to Works / Tools / Preferences / Environment and in the Emulation tab choose Editor keys like KDE/Gnome and in the File Encoding tab select in both left select-boxes UTF-8.
I'm currently trying to find a way to change the icon-theme in LispWorks. I tried all the usual options but nothing works.
I'll be glad for any comments or edits of this guide to help even more people.
I hope this helps someone.
add a comment |Â
up vote
0
down vote
I'm going to write and share a simple complex guide, how to install and configure LispWorks Personal Edition on Debian-like 64bit systems (amd64 architecture). The procedure will be similar on all other 64bit distributions, but with the use of specific package managers and package names.
If you don't have sudo installed, run commands as root.
1. Enable multiarch
sudo dpkg --add-architecture i386
sudo apt update
2. Download and install LispWorks
Open this url, fill in the form below, and follow Installation using tar files.
Default installation path is /usr/local/lib/LispWorksPersonal/
.
Installation will not create desktop launcher integrated in system. If you need launcher, point 5 in this guide will help you.
3. Install dependencies
Following package is necessary for the proper running of the program.
sudo apt install libgtk2.0-0:i386
Next packages allow you change GTK theme for LispWorks.
sudo apt install gnome-themes-extra:i386 gtk-chtheme:i386
4. Choose your system-wide GTK theme
Run this as normal user in terminal:
gtk-chtheme
and choose theme which you want.
5. Create desktop launcher (optional)
You can use graphic tool likes Menulibre or Alacarte or create launcher by yourself in any text editor. Check this.
6. Set icons-only for LispWorks toolbars (optional)
Launch LispWorks and for a better look you can select in top panel Works / Customize / Toolbar and here in Display select-box choose Image. You must do this for all windows you use. Toolbars will have more compact look.
7. Configure environment (optional)
Go to Works / Tools / Preferences / Environment and in the Emulation tab choose Editor keys like KDE/Gnome and in the File Encoding tab select in both left select-boxes UTF-8.
I'm currently trying to find a way to change the icon-theme in LispWorks. I tried all the usual options but nothing works.
I'll be glad for any comments or edits of this guide to help even more people.
I hope this helps someone.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
I'm going to write and share a simple complex guide, how to install and configure LispWorks Personal Edition on Debian-like 64bit systems (amd64 architecture). The procedure will be similar on all other 64bit distributions, but with the use of specific package managers and package names.
If you don't have sudo installed, run commands as root.
1. Enable multiarch
sudo dpkg --add-architecture i386
sudo apt update
2. Download and install LispWorks
Open this url, fill in the form below, and follow Installation using tar files.
Default installation path is /usr/local/lib/LispWorksPersonal/
.
Installation will not create desktop launcher integrated in system. If you need launcher, point 5 in this guide will help you.
3. Install dependencies
Following package is necessary for the proper running of the program.
sudo apt install libgtk2.0-0:i386
Next packages allow you change GTK theme for LispWorks.
sudo apt install gnome-themes-extra:i386 gtk-chtheme:i386
4. Choose your system-wide GTK theme
Run this as normal user in terminal:
gtk-chtheme
and choose theme which you want.
5. Create desktop launcher (optional)
You can use graphic tool likes Menulibre or Alacarte or create launcher by yourself in any text editor. Check this.
6. Set icons-only for LispWorks toolbars (optional)
Launch LispWorks and for a better look you can select in top panel Works / Customize / Toolbar and here in Display select-box choose Image. You must do this for all windows you use. Toolbars will have more compact look.
7. Configure environment (optional)
Go to Works / Tools / Preferences / Environment and in the Emulation tab choose Editor keys like KDE/Gnome and in the File Encoding tab select in both left select-boxes UTF-8.
I'm currently trying to find a way to change the icon-theme in LispWorks. I tried all the usual options but nothing works.
I'll be glad for any comments or edits of this guide to help even more people.
I hope this helps someone.
I'm going to write and share a simple complex guide, how to install and configure LispWorks Personal Edition on Debian-like 64bit systems (amd64 architecture). The procedure will be similar on all other 64bit distributions, but with the use of specific package managers and package names.
If you don't have sudo installed, run commands as root.
1. Enable multiarch
sudo dpkg --add-architecture i386
sudo apt update
2. Download and install LispWorks
Open this url, fill in the form below, and follow Installation using tar files.
Default installation path is /usr/local/lib/LispWorksPersonal/
.
Installation will not create desktop launcher integrated in system. If you need launcher, point 5 in this guide will help you.
3. Install dependencies
Following package is necessary for the proper running of the program.
sudo apt install libgtk2.0-0:i386
Next packages allow you change GTK theme for LispWorks.
sudo apt install gnome-themes-extra:i386 gtk-chtheme:i386
4. Choose your system-wide GTK theme
Run this as normal user in terminal:
gtk-chtheme
and choose theme which you want.
5. Create desktop launcher (optional)
You can use graphic tool likes Menulibre or Alacarte or create launcher by yourself in any text editor. Check this.
6. Set icons-only for LispWorks toolbars (optional)
Launch LispWorks and for a better look you can select in top panel Works / Customize / Toolbar and here in Display select-box choose Image. You must do this for all windows you use. Toolbars will have more compact look.
7. Configure environment (optional)
Go to Works / Tools / Preferences / Environment and in the Emulation tab choose Editor keys like KDE/Gnome and in the File Encoding tab select in both left select-boxes UTF-8.
I'm currently trying to find a way to change the icon-theme in LispWorks. I tried all the usual options but nothing works.
I'll be glad for any comments or edits of this guide to help even more people.
I hope this helps someone.
answered 2 mins ago
BlueManCZ
19814
19814
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f475902%2fhow-to-install-and-configure-lispworks-pe-on-64bit-linux-system%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password