Skip to content

Commit eeb0e82

Browse files
committed
Update Readme to show cross-compiled modules
1 parent b4726cd commit eeb0e82

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,20 @@ This Vert.x module uses the https://github.com/mauricio/postgresql-async drivers
44

55
## Requirements
66

7-
* Vert.x 2.1+ (with Scala language module v1.0.1+)
7+
* Vert.x 2.1+ (with Scala language module v1.1.0+)
88
* A working PostgreSQL or MySQL server
99
* For testing PostgreSQL: A 'testdb' database on a local PostgreSQL install and a user called 'vertx'
1010
* For testing MySQL: A 'testdb' database on a local MySQL install and a user called 'root'
1111

1212
## Installation
1313

14-
`vertx install io.vertx~mod-mysql-postgresql~0.3.0-SNAPSHOT`
14+
Depending on your Scala version, you should download the specific version. If you're using Scala 2.10.x:
15+
16+
`vertx install io.vertx~mod-mysql-postgresql_2.10~0.3.0-SNAPSHOT`
17+
18+
If you're using Scala 2.11.x:
19+
20+
`vertx install io.vertx~mod-mysql-postgresql_2.11~0.3.0-SNAPSHOT`
1521

1622
If you get a "not found" exception, you might need to edit the repos.txt of your Vert.x installation to use https. See [issue 35](https://github.com/vert-x/mod-mysql-postgresql/issues/35) (thanks, @dparshin!).
1723

0 commit comments

Comments
 (0)