Robert Schulze
dd030c6b48
Add anchor
2022-07-31 13:01:35 +00:00
Robert Schulze
22219c4b7a
Merge Woboq code browser page into "Getting Started" document
...
There was too little information on the page to deserve a separate
document.
2022-07-26 07:54:03 +00:00
Robert Schulze
2ded3da887
Bump Clang version to current minimum
2022-07-24 18:41:43 +00:00
Robert Schulze
cec8458429
Remove Mac instructions
...
... they are given at length on the dedicated setup page for Mac
2022-07-24 18:41:43 +00:00
Robert Schulze
b09121df11
Remove comment to check for CMake version
...
a) the build script aborts anyways if CMake is too old
b) our minimally required version is >3 years old, so the chance of an
abort due to outdated CMake is fairly low
c) removing the hint to check the version removes the need to constantly
update the version in the docs
2022-07-24 18:41:43 +00:00
Robert Schulze
e2d3bb80f4
Revert "Revert "Smallish updates of dev guide""
...
This reverts commit 45b1c3fe20
.
2022-07-05 14:24:00 +02:00
Alexander Tokmakov
45b1c3fe20
Revert "Smallish updates of dev guide"
2022-07-05 15:15:11 +03:00
Robert Schulze
d0e84390c7
Added note that development options are not supported
2022-07-04 07:17:27 +02:00
Robert Schulze
73e2d59294
Smallish updates of dev guide
...
- Inspired by #38684 , this commit removes the list of used third-party
libraries + licenses from the development documentation.
- The tips how to speed up the build is independent of the OS. Move it
from the "Linux" section to the "Getting Started" guide. Also extend
it with further useful build options to make the build faster.
2022-07-03 14:56:04 +02:00
vdimir
94bddec0bc
More typos checked and fixed
2022-06-08 14:28:41 +02:00
vdimir
9bd9c3d1d1
Fix some typos in docs
2022-06-08 14:26:02 +02:00
Nikolai Kochetov
f1bc2bc615
Merge branch 'master' into llvm-14
2022-05-16 12:03:26 +02:00
rfraposa
8f01fe9c49
Revised /en folder
2022-04-09 07:34:21 -06:00
rfraposa
5250d9ad11
Removed /ja folder, cleaned up /ru markdown
2022-04-09 07:29:05 -06:00
Alexey Milovidov
9854b55835
Revert "Format changes for new docs"
2022-04-04 02:05:35 +03:00
rfraposa
33e28bcb18
Updated /development folder
2022-03-29 08:26:35 -06:00
Alexey Milovidov
159a73b6d5
Merge branch 'master' into llvm-14
2022-03-20 22:50:20 +01:00
Alexey Milovidov
21b7a1cba4
Merge pull request #35268 from rschu1ze/mac-debugger-docs
...
Document LLDB setup for debugging
2022-03-20 21:54:35 +03:00
Robert Schulze
cc89df1e09
Document LLDB setup for debugging
2022-03-14 14:21:59 +01:00
rfraposa
ecbdfdea08
Incorporated feedback
2022-03-12 10:04:51 -06:00
rfraposa
5a4466cec7
Update references in docs
2022-03-12 00:24:31 -06:00
Alexey Milovidov
aa8f282ad9
Switch to clang/llvm 14
2022-02-19 18:43:02 +01:00
alexey-milovidov
d4eb0de663
Update developer-instruction.md
2022-02-01 05:29:42 +03:00
Natasha Murashkina
7b7eec6141
Specify clang version for CC / CXX bc no symlinks
...
The proposed script for installing clang (sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh )) doesn't automatically create symlinks from clang-XX to clang. Thus we need to either specify the version like clang-13 or instruct the user to create symlinks. I think the former is easier.
2022-01-11 10:24:09 +03:00
Natasha Murashkina
7eeffc233a
Update developer-instruction.md
...
Added the missing --recursive flag for cloning submodules.
The text says "specify the `--recursive` flag as in the example above" but the flag wasn't there in the example
2021-11-21 16:07:38 +03:00
cgp
3a814d5a2c
replace link of List of tasks
2021-11-18 01:40:32 +08:00
Alexey Milovidov
2cef9983fa
Remove recursive submodules
2021-10-18 02:29:04 +03:00
Alexey Milovidov
e9e77b4403
.tech -> .com
2021-09-22 03:22:57 +03:00
Ivan Blinkov
f429db1ee9
find . -type f -name '*.md'| xargs -I{} perl -pi -e 's| https://clickhouse.tech | https://clickhouse.com |g' {}
2021-09-19 23:05:54 +03:00
alexey-milovidov
05066ef815
Update developer-instruction.md
2021-07-19 16:14:35 +03:00
Denis Glazachev
0241253a8e
Guidelines for adding new third-party libraries
2021-07-06 01:05:12 +04:00
Romain Neutron
7b515c7235
Avoid short syntax
2021-05-27 21:44:11 +02:00
Alexey Milovidov
8cb0e5579a
Remove gcc from docs
2021-04-22 04:20:03 +03:00
Alexey Milovidov
6d87743b0e
CDN for datasets
2020-12-13 21:06:27 +03:00
Grigory Buteyko
d99940b7f4
Development instructions updated to GCC 10 from GCC 9
2020-11-04 12:57:49 +03:00
Alexey Milovidov
db4db42b65
Fix broken links in docs
2020-10-13 20:23:29 +03:00
vladimir golovchenko
057a596aa2
Fixed the wrong command to run clickhouse-client.
2020-08-07 06:48:54 -07:00
vladimir golovchenko
568b8d31b4
Fixed the link to a list of tasks: it points to open issues marked as 'easy'.
2020-08-07 06:48:41 -07:00
vladimir golovchenko
987b420709
Fixed the wrong link to Git Cheat Sheet.
2020-08-07 06:48:25 -07:00
vladimir golovchenko
95f95b1f37
Fixed misspelling links.
2020-08-07 06:47:57 -07:00
Ivan Blinkov
7170f3c534
[docs] split aggregate function and system table references ( #11742 )
...
* prefer relative links from root
* wip
* split aggregate function reference
* split system tables
2020-06-18 11:24:31 +03:00
Vladimir Golovchenko
fe89a667d7
Fixed wrong links in 'developer-instruction.md'.
...
Please enter the commit message for your changes. Lines starting
2020-06-04 15:05:55 -07:00
Ivan Blinkov
09a0c0d38b
[docs] fix title and headers @ developer-instruction.md
2020-05-25 10:03:12 +03:00
alexey-milovidov
a62e1834d2
Fix data rot @blinkov
2020-05-20 19:30:27 +03:00
Ruzal Ibragimov
9d257528e7
Update developer-instruction.md
2020-05-03 20:14:29 +03:00
Ivan Blinkov
d91c97d15d
[docs] replace underscores with hyphens ( #10606 )
...
* Replace underscores with hyphens
* remove temporary code
* fix style check
* fix collapse
2020-04-30 21:19:18 +03:00