Skip to content

Programing Language Perfume and Pmacs text editor (2024/02/14 1.9.1) release.

Latest
Compare
Choose a tag to compare
@mitchan0321 mitchan0321 released this 13 Feb 07:24
· 62 commits to master since this release

<<< Package description >>>

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

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

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

  4. Package name: pmacs-install-20240214-arm64-ubuntu20.tar.gz
    This package for Android, arch ARM64.

<<< 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-20240214-{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