aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
AgeCommit message (Collapse)AuthorFilesLines
2020-05-17INSTALL: build mk all the timeRuss Cox1-4/+3
If mk gets into a bad state, it's not obvious that you can remove the binary to force the rebuild. Also, not rebuilding means that bugs in mkmk.sh are not noticed. Just rebuild from scratch every time. It doesn't take too long compared to the rest of INSTALL.
2020-01-19all: remove Linux 2.4 vs 2.6 detectionRuss Cox1-20/+3
Linux 2.4 is dead. (The libthread code hasn't worked for Linux 2.4 for a long time.)
2020-01-13INSTALL: do not rm config after setting it upRuss Cox1-7/+7
Fixes #334.
2020-01-07INSTALL, 9c, 9l: improve handling of *BSD (#302)Leonid Bobrov1-23/+25
2018-11-16INSTALL: use cc to check for fontsrv on non-Darwin (#203)Xiao-Yong1-1/+1
FreeBSD 11.2 by default does not have gcc.
2018-11-16INSTALL: set $NPROC on macOSRuss Cox1-0/+1
My MacBook Pro has hw.ncpu=12, so set NPROC=12. Speeds up INSTALL dramatically. Should probably add similar code to other OSes. Also silence rio warning from earlier commit.
2018-11-15INSTALL: set CC9 on macOS to use xcrun clangRuss Cox1-0/+1
Using plain 'clang' does not work well for the new devdraw on macOS 10.14. But 'xcrun --sdk macosx clang' does work, for reasons no one understands. Hopefully this will be OK on all macOS systems.
2018-11-14INSTALL: fix compiler detection on FreeBSD+clang (#177)Francis Conti1-17/+24
2017-09-01all: update site from swtch.com to 9fans.github.ioRuss Cox1-3/+3
2015-11-10INSTALL: append /usr/X11R6/include and /usr/X11R6/include/freetype2 toGleydson Soares1-1/+2
X11 headers detection, so that enable fontsrv build on OpenBSD. Change-Id: I2f3f766339a9f8beed647dfbb19a588d1825732a Reviewed-on: https://plan9port-review.googlesource.com/1290 Reviewed-by: Russ Cox <rsc@google.com>
2014-11-07INSTALL: fix path of quote1 and quote2David du Colombier1-3/+3
Thanks to Akshat Kumar for reporting this issue. LGTM=seed, rsc R=rsc, seed https://codereview.appspot.com/173770043
2014-06-03build: rename " and "" to quote1 and quote2 for hgRuss Cox1-0/+4
They'll be copied back during installation but then hg doesn't have to create those files on systems that have trouble with them. TBR=rsc https://codereview.appspot.com/105800043
2014-03-05INSTALL: fix architecture detection on Solaris.Shenghou Ma1-0/+21
And uses gcc for i386 and x86_64. LGTM=rsc R=rsc https://codereview.appspot.com/69860044
2014-02-27all: DragonFly port.Shenghou Ma1-0/+6
Fix compilation problems, libdraw still doesn't work right yet. LGTM=rsc R=rsc https://codereview.appspot.com/67820046
2014-01-22INSTALL: diagnose missing gcc on DarwinRuss Cox1-1/+5
TBR=rsc https://codereview.appspot.com/55700043
2013-01-30fontserv: fix build on FreeBSD 9.1Martin Neubauer1-1/+6
R=rsc https://codereview.appspot.com/7095050
2012-12-18fontsrv: only build when the pieces are thereRuss Cox1-0/+15
2012-12-11fontsrv: fix build on OpenBSD 5.2Christian Kellermann1-0/+5
R=rsc CC=plan9port.codebot https://codereview.appspot.com/6850108
2011-10-23OS X PowerPC fixes (thanks Cameron Kaiser)Russ Cox1-0/+4
2011-10-03INSTALL: use mk -kRuss Cox1-1/+1
2011-08-02build: OS X 64-bit buildRuss Cox1-2/+20
R=rsc http://codereview.appspot.com/4838047
2011-06-02INSTALL: add -r flagPeter Saveliev1-1/+5
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4526096
2010-04-09fix build on SunOS (Sparc)Arvindh Rajesh Tamilmani1-1/+9
R=rsc CC=codebot http://codereview.appspot.com/882044
2009-07-29docs: document bitbucket servers, codereview(1)Russ Cox1-0/+4
http://codereview.appspot.com/98068
2008-12-06INSTALL: ignore gcc Configured with lineRuss Cox1-1/+1
2008-05-10INSTALL: print compiler infoRuss Cox1-0/+3
2006-07-24space after -v for OS X (andrey)rsc1-1/+1
2006-07-23show current directoryrsc1-1/+1
2005-12-30split in halfrsc1-55/+78
2005-11-28Make install less chatty, more useful.rsc1-18/+37
2005-11-26summarize during installrsc1-17/+35
2005-07-22try to use system utils during ./INSTALLrsc1-1/+1
2005-02-02use LOCAL.configrsc1-1/+8
2005-01-23redirect debugging output of isnptlrsc1-1/+1
2005-01-21use better versionsrsc1-2/+2
2005-01-18run LOCAL.INSTALLrsc1-1/+4
2005-01-17important to -lpthreadrsc1-1/+1
2005-01-17nptl dependenciesrsc1-0/+1
2005-01-17allow config to override kernel versionrsc1-0/+18
2005-01-14use install.logrsc1-1/+1
2005-01-14log everythingrsc1-1/+3
2005-01-14better job at cleaningrsc1-0/+2
2005-01-14build man pagesrsc1-2/+6
2005-01-07tweaksrsc1-2/+11
2004-04-19clean up when finished.rsc1-0/+1
2004-03-02More Mac tweaks.rsc1-1/+1
2004-02-29Install script.rsc1-0/+13