Skip to content

Install_FromSource

Aenosh Rajora edited this page Apr 1, 2025 · 1 revision

PhantomMist can be compiled from source using Crystal Lang.

Steps:

  1. Install Crystal
  2. Clone PhantomMist
    git clone https://github.com/aenoshrajora/PhatomMist.git
  3. Build:
    make init - this will ensure all CRYSTAL dependancies are installed.
    make - this will actually build all tools
    sudo make install - this will place tools into /usr/bin/ and will place the man pages into /usr/share/man/man1/
  4. If you use the fish shell use fish_update_completions to add tab complete for PhantomMist (generated by help2man during the building process )
Clone this wiki locally