https://github.com/fuco1/emacs-build
Build repo for emacs
https://github.com/fuco1/emacs-build
Last synced: 11 months ago
JSON representation
Build repo for emacs
- Host: GitHub
- URL: https://github.com/fuco1/emacs-build
- Owner: Fuco1
- Created: 2017-06-03T19:36:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-02T13:42:33.000Z (over 7 years ago)
- Last Synced: 2025-02-07T07:46:33.674Z (about 1 year ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# emacs-build
Build setup for [Emacs](https://www.gnu.org/software/emacs/).
This project uses [build-base](https://github.com/Fuco1/build-base) structure.
# Usage
The `./build` step depends on [Vagrant](https://www.vagrantup.com/), so get it first:
``` shell
sudo apt-get install vagrant virtualbox
```
You can also build on your host system by passing `host` argument to `./build`. If you decide for that you will need to provision the host with all the build dependencies first by running `sudo bash provision.sh`.
The `./install` step depends on `stow`, so get it first:
``` shell
sudo apt-get install stow
```
With everything set up, use:
``` shell
git clone --recursive https://github.com/Fuco1/emacs-build.git
cd emacs-build
./build
sudo ./install
```