mirror of
				https://github.com/irmen/prog8.git
				synced 2025-11-04 10:16:13 +00:00 
			
		
		
		
	homebrew info
This commit is contained in:
		@@ -18,7 +18,8 @@ Then you can choose a few ways to get a compiler:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
**Or, install via a Package Manager:**
 | 
					**Or, install via a Package Manager:**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Currently, it's only available on `AUR <https://wiki.archlinux.org/title/Arch_User_Repository>`_ for Arch Linux and compatible systems.
 | 
					Arch Linux:
 | 
				
			||||||
 | 
					    Currently, it's available on `AUR <https://wiki.archlinux.org/title/Arch_User_Repository>`_ for Arch Linux and compatible systems.
 | 
				
			||||||
    The package is called `"prog8" <https://aur.archlinux.org/packages/prog8>`_.
 | 
					    The package is called `"prog8" <https://aur.archlinux.org/packages/prog8>`_.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    This package, alongside the compiler itself, also globally installs syntax highlighting for ``vim`` and ``nano``.
 | 
					    This package, alongside the compiler itself, also globally installs syntax highlighting for ``vim`` and ``nano``.
 | 
				
			||||||
@@ -27,6 +28,11 @@ In order to run compiler, you can type ``prog8c``. The usage of those commands i
 | 
				
			|||||||
    In case you prefer to install AUR packages in a traditional manner, make sure to install `"tass64" package <https://aur.archlinux.org/packages/tass64>`_
 | 
					    In case you prefer to install AUR packages in a traditional manner, make sure to install `"tass64" package <https://aur.archlinux.org/packages/tass64>`_
 | 
				
			||||||
    before installing prog8, as `makepkg <https://wiki.archlinux.org/title/Makepkg>`_ itself doesn't fetch AUR dependencies.
 | 
					    before installing prog8, as `makepkg <https://wiki.archlinux.org/title/Makepkg>`_ itself doesn't fetch AUR dependencies.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Mac OS (and Linux, and WSL2 on Windows):
 | 
				
			||||||
 | 
					    Prog8 can be installed via `Homebrew <https://formulae.brew.sh/formula/prog8>`_ using the command ``brew install prog8``.
 | 
				
			||||||
 | 
					    It will make the ``prog8c`` command available and also installs the other required software tools for you.
 | 
				
			||||||
 | 
					    While Homebrew works on Linux, it's probably best to first check your distribution's native package manager.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
**Or, download a bleeding edge development version from Github:**
 | 
					**Or, download a bleeding edge development version from Github:**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#. find the latest CI build on  `the actions page on Github <https://github.com/irmen/prog8/actions>`_
 | 
					#. find the latest CI build on  `the actions page on Github <https://github.com/irmen/prog8/actions>`_
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user