File tree Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Original file line number Diff line number Diff line change @@ -119,29 +119,18 @@ revision numbers, respectively); omit the packages you won't use.
119
119
as the Unit code.
120
120
121
121
**0.8.2 ** is the latest version of :program: `njs ` that Unit supports.
122
- Make sure to check out the correct branch before configuring the binaries.
123
-
124
- If you'd like to use `Mercurial <https://www.mercurial-scm.org/downloads >`_:
122
+ Make sure you are in the correct branch before configuring the binaries.
125
123
126
124
.. code-block :: console
127
125
128
- $ cd ..
129
- $ hg clone https://hg.nginx.org/njs
130
- $ hg update -d 10/24/2023
131
-
132
- If you prefer `Git <https://git-scm.com/downloads >`_:
133
-
134
- .. code-block :: console
135
-
136
- $ cd ..
137
- $ git clone https://github.com/nginx/njs
138
- $ git checkout 0.8.2
126
+ $ git clone https://github.com/nginx/njs.git
127
+ $ cd njs
128
+ $ git checkout -b 0.8.2 0.8.2
139
129
140
130
Next, configure and build the :program: `njs ` binaries:
141
131
142
132
.. code-block :: console
143
133
144
- $ cd njs
145
134
$ ./configure :nxt_hint:`--no-zlib --no-libxml2 <Ensures Unit can link against the resulting library>` && make
146
135
147
136
Point to the resulting source and build directories when :ref: `configuring
You can’t perform that action at this time.
0 commit comments