You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/pages/atomicdex/setup/index.mdx
+16-7
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@ import rustupMinimal from "@/public/images/setup/rustup-minimal.png";
8
8
9
9
## Minimum Requirements for Installation
10
10
11
-
* MacOS, Windows (see note below), and Linux (see note below)
11
+
- MacOS, Windows (see note below), and Linux (see note below)
12
12
13
-
* 64-bit (see note below for 32-bit)
13
+
- 64-bit (see note below for 32-bit)
14
14
15
-
* Minimum 2GB of free RAM
15
+
- Minimum 2GB of free RAM
16
16
17
-
* Normal user account with admin/root privileges
17
+
- Normal user account with admin/root privileges
18
18
19
19
<Notetype="warning">
20
20
If you would prefer to avoid building the AtomicDEX API from source, you can
@@ -60,7 +60,12 @@ undefined
60
60
61
61
Choose `2)` to customize the installation, select `default host triple` and `default toolchain`, and choose the `minimal` profile.
62
62
63
-
<OptimizedImagetitle="Installing the AtomicDEX API"src={rustupMinimal}classNaming="w-full"alt="Installing the AtomicDEX API" />
63
+
<OptimizedImage
64
+
title="Installing the AtomicDEX API"
65
+
src={rustupMinimal}
66
+
classNaming="w-full"
67
+
alt="Installing the AtomicDEX API"
68
+
/>
64
69
65
70
#### cmake Version 3.12 or Higher
66
71
@@ -76,9 +81,13 @@ Unpack and follow the instructions here: [instructions link](https://cmake.org/r
76
81
sudo apt-get install build-essential
77
82
```
78
83
79
-
##### Windows: [Follow these instructions for MSVC](https://learn.microsoft.com/en-us/cpp/build/vscpp-step-0-installation?view=msvc-170\&viewFallbackFrom=vs-2017)
84
+
##### Windows:
85
+
86
+
[Follow these instructions for MSVC](https://learn.microsoft.com/en-us/cpp/build/vscpp-step-0-installation?view=msvc-170&viewFallbackFrom=vs-2017)
87
+
88
+
##### MacOS:
80
89
81
-
##### MacOS: [Install XCode via the App Store](https://apps.apple.com/us/app/xcode/id497799835?mt=12)
90
+
[Install XCode via the App Store](https://apps.apple.com/us/app/xcode/id497799835?mt=12)
0 commit comments