elementary-dev-community team mailing list archive
-
elementary-dev-community team
-
Mailing list archive
-
Message #00266
[Merge] lp:~markellmtthw/dropoff/fix-932224 into lp:dropoff
Matthew Markell has proposed merging lp:~markellmtthw/dropoff/fix-932224 into lp:dropoff.
Requested reviews:
Elementary Developer Community (elementary-dev-community)
Related bugs:
Bug #932224 in DropOff: "Needs a README or INSTALL file"
https://bugs.launchpad.net/dropoff/+bug/932224
For more details, see:
https://code.launchpad.net/~markellmtthw/dropoff/fix-932224/+merge/93426
--
https://code.launchpad.net/~markellmtthw/dropoff/fix-932224/+merge/93426
Your team Elementary Developer Community is requested to review the proposed merge of lp:~markellmtthw/dropoff/fix-932224 into lp:dropoff.
=== added file 'INSTALL'
--- INSTALL 1970-01-01 00:00:00 +0000
+++ INSTALL 2012-02-16 15:19:29 +0000
@@ -0,0 +1,8 @@
+Install:
+ bzr branch lp:dropoff
+ cd dropoff
+ mkdir build
+ cd build
+ cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+ make
+ sudo make install
Follow ups