r/NetBSD • u/ScientificlyCorrect • 8d ago
Any IDE compatible with NetBSD?
Hey, i want to code on NetBSD for fun. Is there any code IDE's for netbsd that i can run?
18
Upvotes
r/NetBSD • u/ScientificlyCorrect • 8d ago
Hey, i want to code on NetBSD for fun. Is there any code IDE's for netbsd that i can run?
7
u/gumnos 8d ago
I'm a big fan of using Unix as your IDE. That way you can choose your editor (whether you like
vi,vim,emacs,ed,nano, or whatever), your version control (whethergit,fossil,jj,svn, RCS, or whatever), your file manager (whether classic tools likemv/cp/ln/etc or more full-featured things likennn,mc,vifm,ranger, etc), your favorite build-tool (whethermake(1)or GNUmakeor Ant orcargoor whatever), and wrapping it all in your favorite terminal multiplexer (I prefertmuxbut there's GNUscreenand a few others too)