Skip to content

Programing Language Perfume and Pmacs text editor (2023/02/15 1.7.1) release.

Compare
Choose a tag to compare
@mitchan0321 mitchan0321 released this 14 Feb 03:04
· 743 commits to master since this release

<<< Package description >>>

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

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

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

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

  5. Package name: pmacs-install-20230219-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-20230215-{amd64|arm64}-XXX.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