Nick Dokos writes:
> Sharon Kimble writes:
>
>> I've now got the maintenance branch, thanks for the pointers folks.
>>
>> This is what I've done -
>>
>> cd ~/git/org-mode-master
>> git checkout maint
>> git pull
>> make autoloads
>> make
>> make doc
>> sudo make install
>
> That will install org
Sharon Kimble writes:
> I've now got the maintenance branch, thanks for the pointers folks.
>
> This is what I've done -
>
> cd ~/git/org-mode-master
> git checkout maint
> git pull
> make autoloads
> make
> make doc
> sudo make install
That will install org in a place like
/usr/local/share/emac
I've now got the maintenance branch, thanks for the pointers folks.
This is what I've done -
--8<---cut here---start->8---
cd ~/git/org-mode-master
git checkout maint
git pull
make autoloads
make
make doc
sudo make install
cd ~
--8<---cut here---