how is redbean-unsecure built? #390
-
the website shows how to build full redbean including ssl, but not how to build redbean-unsecure (without ssl) |
Beta Was this translation helpful? Give feedback.
Answered by
pkulchenko
Apr 23, 2022
Replies: 1 comment
-
@xfnw, using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
xfnw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@xfnw, using
make -j8 o//tool/net/redbean-unsecure.com
should build it. In general, everything you see as a target in tool/net/net.mk (for example, redbean-static.com, redbean-demo.com, and redbean-original.com) can be specified and built this way.