summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDaveHodder67 <dave.hodder@focusrite.com>2015-07-02 20:55:26 +0100
committerDaveHodder67 <dave.hodder@focusrite.com>2015-07-02 20:55:26 +0100
commit2cf825e058b4626264ac9d4671e9e225b7797f38 (patch)
tree515e18af455219b68c1c8c2e34e5d9216c31ea58 /README.md
parent32622f327205b746662c0e0b3139377844201131 (diff)
downloadlaunchpad-polymaker-2cf825e058b4626264ac9d4671e9e225b7797f38.tar.gz
launchpad-polymaker-2cf825e058b4626264ac9d4671e9e225b7797f38.zip
comment about building locally
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 86fed7b..64bf557 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ Open source firmware for the Novation Launchpad Pro grid controller! By customi
3 3
4- Implement your own unique standalone apps 4- Implement your own unique standalone apps
5- Create chorders, sequencers, light shows, games and more 5- Create chorders, sequencers, light shows, games and more
6- Learn a little about software development! 6- Have fun!
7 7
8You'll definitely need *some* C programming experience, but we've deliberately kept much of the firmwarey nastiness tucked away, to make the process a little friendlier. 8You'll definitely need *some* C programming experience, but we've deliberately kept much of the firmwarey nastiness tucked away, to make the process a little friendlier.
9 9
@@ -90,5 +90,7 @@ If do you want to debug interactively (and of course you do), you can use the si
90# Vagrant tips 90# Vagrant tips
91When you're done developing, simply type `vagrant suspend` to halt your VM without destroying it - this will make `vagrant up` a lot quicker next time. If you're really finished, `vagrant destroy` will completely remove the VM from your system (but not any of your code). 91When you're done developing, simply type `vagrant suspend` to halt your VM without destroying it - this will make `vagrant up` a lot quicker next time. If you're really finished, `vagrant destroy` will completely remove the VM from your system (but not any of your code).
92 92
93If you only want to build usingthe command line, you might want to run your Vagrant box headless, which you can do by modifying the Vagrantfile: `vb.gui = false`. You can also add more CPUs, RAM etc. if you want. 93If you only want to build using the command line, you might want to run your Vagrant box headless, which you can do by modifying the Vagrantfile: `vb.gui = false`. You can also add more CPUs, RAM etc. if you want.
94
95If prefer, you can install the gcc-arm toolchain on your local machine, or you might already have it. You can find all you need [here](http://gnuarmeclipse.livius.net/).
94 96