SF.net SVN: supercollider: [7625] trunk/editors/scvim

View: New views
1 Messages — Rating Filter:   Alert me  

SF.net SVN: supercollider: [7625] trunk/editors/scvim

by alexnorman :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

Revision: 7625
          http://svn.sourceforge.net/supercollider/?rev=7625&view=rev
Author:   alexnorman
Date:     2008-06-11 11:36:10 -0700 (Wed, 11 Jun 2008)

Log Message:
-----------
updated the help docs and install comments just to have a little more info on installation
still need to replace the INSTALL with scons..

Modified Paths:
--------------
    trunk/editors/scvim/INSTALL
    trunk/editors/scvim/README

Modified: trunk/editors/scvim/INSTALL
===================================================================
--- trunk/editors/scvim/INSTALL 2008-06-11 18:23:05 UTC (rev 7624)
+++ trunk/editors/scvim/INSTALL 2008-06-11 18:36:10 UTC (rev 7625)
@@ -1,5 +1,8 @@
 #!/bin/sh
 
+#currently only installs for one user as $HOME/.vim is the VIM_FILES_DEST target.
+#change this to something else in the system vim runtimepath to install for more users
+
 VIM_FILES_DEST=$HOME/.vim
 BIN_DEST=/usr/local/bin/
 SCEXTENSION_DIR=/usr/local/share/SuperCollider/Extensions

Modified: trunk/editors/scvim/README
===================================================================
--- trunk/editors/scvim/README 2008-06-11 18:23:05 UTC (rev 7624)
+++ trunk/editors/scvim/README 2008-06-11 18:36:10 UTC (rev 7625)
@@ -20,6 +20,14 @@
 
 INSTALLATION STEPS:
 
+Automatic:
+
+edit INSTALL and run it [as sudo most likely].  The path requirements are
+listed in the manual install below.  Make sure the SCVim class is sourced
+in your library [see step 4].
+
+Manual Install:
+
 1) copy the contents of bin/ somewhere in your path.. for example
    sudo cp bin/* /usr/local/bin/
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
_______________________________________________
sc-dev mailing list
sc-dev@...
http://lists.create.ucsb.edu/mailman/listinfo/sc-dev