Skip to content

Programing Language Perfume and Pmacs text editor (2024/07/14 1.11.0) release.

Latest
Compare
Choose a tag to compare
@mitchan0321 mitchan0321 released this 15 Jul 09:36
· 5 commits to master since this release

<<< Package description >>>

  1. Package name: pmacs-install-20240714-amd64-ubuntu22.tar.gz
    This package for Linux distribution Ubuntu-22.04TLS, arch x86_64(AMD64).

  2. Package name: pmacs-install-20240714-amd64-ubuntu24.tar.gz
    This package for Linux distribution Ubuntu-24.04TLS, arch x86_64(AMD64).

  3. Package name: pmacs-install-20240714-amd64-redhat9.tar.gz
    This package for Linux distribution Red Hat Enterprise Linux 9, arch x86_64(AMD64).

  4. Package name: pmacs-install-20240714-amd64-freebsd.tar.gz
    This package for FreeBSD, arch x86_64(AMD64).

<<< INSTALL Perfume/Pmacs package >>>

  1. Extract downloaded binary package in any directory you want to install.

     (ex) If you install into your home directory.
    
     cd $HOME
     tar xvzf pmacs-install-20240714-{amd64|arm64}-ostype.tar.gz	[ Specify the package name you downloaded ]
    
  2. Enter package directory.

     cd pmacs-install
    
  3. Run installer.

     sh ./install.sh
    
  4. Set the shell environment variable PATH.

     (ex) Edit your shell profile.
    
     PATH=${PATH}:${HOME}/bin
    
  5. Create pmacs command file under your program path.

     (ex) Create program file in your $HOME/bin directory.
    
     cd $HOME/bin
     ln -s ../pmacs-install/bin/pmacs pmacs
    
  6. Start pmacs editor.

     pmacs
    

#eof