How to install and configure LispWorks PE on 64bit Linux system?

The name of the pictureThe name of the pictureThe name of the pictureClash 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.



LispWorks PE with default gtk theme









share

























    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.



    LispWorks PE with default gtk theme









    share























      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.



      LispWorks PE with default gtk theme









      share













      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.



      LispWorks PE with default gtk theme







      development ide lisp





      share












      share










      share



      share










      asked 2 mins ago









      BlueManCZ

      19814




      19814




















          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.



          enter image description here



          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.



          enter image description here



          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.





          share




















            Your Answer







            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "106"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            convertImagesToLinks: false,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













             

            draft saved


            draft discarded


















            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






























            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.



            enter image description here



            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.



            enter image description here



            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.





            share
























              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.



              enter image description here



              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.



              enter image description here



              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.





              share






















                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.



                enter image description here



                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.



                enter image description here



                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.





                share












                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.



                enter image description here



                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.



                enter image description here



                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.






                share











                share


                share










                answered 2 mins ago









                BlueManCZ

                19814




                19814



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    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













































































                    Popular posts from this blog

                    How to check contact read email or not when send email to Individual?

                    Bahrain

                    Postfix configuration issue with fips on centos 7; mailgun relay