1 Dec 2011 18:48
Building Go on Plan 9
Anthony Martin <ality <at> pbrane.org>
2011-12-01 17:48:58 GMT
2011-12-01 17:48:58 GMT
A few people were asking about this so I wrote up a tutorial. I also uploaded a copy to http://apm.sdf.org/go/NOTES for anyone who has trouble with attachments. Cheers, Anthony
# Building Go on Plan 9 # Anthony Martin # ality <at> pbrane.org # This document will guide you through the process # of compiling the commands and packages in the Go # source code distribution. # # Before we get started you should make sure you # have GNU Make installed. The version on contrib # is 3.81 and is just fine for our purposes. # # It's also necessary to have Mercurial installed # and I believe there is a version on contrib as # well. # # After reading this document you can extract the # commands and pipe them to the shell using: # # sed -n 's,^[% ] ,,p' NOTES | rc #(Continue reading)
Cheers,
RSS Feed