- Update Fedora in README.md
This commit is contained in:
13
README.md
13
README.md
@@ -165,6 +165,19 @@ for Doxygen run:
|
||||
sudo apt install doxygen graphviz
|
||||
```
|
||||
|
||||
#### Fedora (`dnf`)
|
||||
|
||||
On Debian-based distributions, you can install dependencies using the following command:
|
||||
```shell
|
||||
sudo dnf install build-essential g++ cmake ninja-build glew-devel valgrind
|
||||
git submodule update --init --recursive
|
||||
```
|
||||
|
||||
for Doxygen run:
|
||||
```shell
|
||||
sudo apt install doxygen graphviz
|
||||
```
|
||||
|
||||
<br>
|
||||
|
||||
<a id="building-on-windows"></a>
|
||||
|
||||
@@ -84,7 +84,7 @@ void _assert_impl(const char* expression, const char* file, int line, const char
|
||||
}
|
||||
|
||||
#if FENNEC_RELEASE
|
||||
#define assertd(expression, description) (0)
|
||||
#define assertd(expression, description)
|
||||
#else
|
||||
#define assertd(expression, description) assert(expression, description)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user