Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The sqlite3 gem needs pkg-config during installation #471

Merged
merged 1 commit into from
Jul 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _partials/cn/sqlite.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
在终端,执行下面的命令:

```bash
sudo apt-get install sqlite3 libsqlite3-dev
sudo apt-get install sqlite3 libsqlite3-dev pkg-config
```

然后执行下面的命令:
Expand Down
2 changes: 1 addition & 1 deletion _partials/es/sqlite.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ En algunas semanas hablaremos de bases de datos y de SQL. [SQLite](https://sqlit
En un terminal, ejecuta los siguientes comandos:

```bash
sudo apt-get install sqlite3 libsqlite3-dev
sudo apt-get install sqlite3 libsqlite3-dev pkg-config
```

A continuación, ejecuta el siguiente comando:
Expand Down
2 changes: 1 addition & 1 deletion _partials/fr/sqlite.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Dans quelques semaines, on abordera les bases de données et le SQL. [SQLite](ht
Dans un terminal, exécute la commande suivante :

```bash
sudo apt-get install sqlite3 libsqlite3-dev
sudo apt-get install sqlite3 libsqlite3-dev pkg-config
```

Puis exécute celle-ci :
Expand Down
2 changes: 1 addition & 1 deletion _partials/pt/sqlite.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Em algumas semanas falaremos sobre bancos de dados e SQL. [SQLite](https://sqlit
Em um terminal, execute os seguintes comandos:

```bash
sudo apt-get install sqlite3 libsqlite3-dev
sudo apt-get install sqlite3 libsqlite3-dev pkg-config
```

Em seguida, execute o seguinte comando:
Expand Down
2 changes: 1 addition & 1 deletion _partials/sqlite.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ In a few weeks, we'll talk about databases and SQL. [SQLite](https://sqlite.org/
In a terminal, execute the following commands:

```bash
sudo apt-get install sqlite3 libsqlite3-dev
sudo apt-get install sqlite3 libsqlite3-dev pkg-config
```

Then run the following command:
Expand Down