aboutsummarylogtreecommitdiffstats
path: root/hifi-git.install
diff options
context:
space:
mode:
authortoastercup2016-07-10 20:00:10 -0500
committertoastercup2016-07-10 20:00:10 -0500
commit01640ef327ea3fac075ead49b99ea0d204b60474 (patch)
tree7cfaa0198b00468bb2e6294bc818f98f8569822c /hifi-git.install
downloadaur-01640ef327ea3fac075ead49b99ea0d204b60474.tar.gz
Migrate from poorly named hifi-interface-git package, refactor to remove wonky symlinks, add prepare() step, provide post-install documentation, and bump version
Diffstat (limited to 'hifi-git.install')
-rw-r--r--hifi-git.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/hifi-git.install b/hifi-git.install
new file mode 100644
index 000000000000..492efe1580dd
--- /dev/null
+++ b/hifi-git.install
@@ -0,0 +1,14 @@
+post_install() {
+ echo
+ echo "==> The following can now be executed:"
+ echo "==> hifi-interface: The graphical archways to the boundless multiverse."
+ echo "==> hifi-domain-server: Provides assignments to the assignment-client for features such as audio, avatars, particles, etc."
+ echo "==> hifi-assignment-client: This pulls an assignment from the queue and executes it."
+ echo "==> hifi-ice-server: Orchestrates domain-server's ability to be accessed by avatars on the Internet without requiring firewall configuration."
+ echo
+ echo "==> To run your own server, follow the readme:"
+ echo "==> https://github.com/highfidelity/hifi#running-your-own-servers"
+ echo "==> ..and the online documentation:"
+ echo "==> https://readme.highfidelity.com/docs/domain-setup-quickstart"
+ echo
+}