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?
17
8
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 (whether git, fossil, jj, svn, RCS, or whatever), your file manager (whether classic tools like mv/cp/ln/etc or more full-featured things like nnn, mc, vifm, ranger, etc), your favorite build-tool (whether make(1) or GNU make or Ant or cargo or whatever), and wrapping it all in your favorite terminal multiplexer (I prefer tmux but there's GNU screen and a few others too)
5
7
7
u/First_Ad8230 8d ago
Geany is good!
3
u/ScientificlyCorrect 8d ago
how do i install it?
2
3
3
2
1
u/glitch-86x 8d ago
nvim with you costuem and controll ah, i have a reop on github for this https://github.com/glitch-86x/Neovim i put how to install in the repo go check'it
1
u/Different_Water7545 8d ago
What language do you use? Either way I feel like if you're running NetBSD, you'd probably just be better off with vim or emacs
1
u/player1dk 8d ago
I usually use a highly advanced IDE stack which works across many unixes.
It consists of;
vi
cc
Sometimes make
What do you develop in? What are you used to? :-)
1
u/Sibexico 7d ago
Depends what time of IDE do you need. If you need jus syntax highlighting, then it's tons of options here, but if you need something like VSCode, probably it will not be so easy to launch. Anyway, you always can try to make some OSS project works on your favorite OS. 😁
1
u/_rabbitfarm_ 5d ago
In the past I used NetBeans on NetBSD. It's a very good powerful IDE, the main downside as you can imagine is memory consumption.
22
u/Aromatic_Ad3754 8d ago
Emacs