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
* macOS/Linux: `bash <(curl -s https://raw.githubusercontent.com/objectbox/objectbox-c/master/download.sh) 0.7` (answer Y when it asks about installing to /usr/lib).
46
+
* Windows:
47
+
* use "Git Bash" or similar to execute `bash <(curl -s https://raw.githubusercontent.com/objectbox/objectbox-c/master/download.sh) 0.7`
48
+
* copy the downloaded `lib/objectbox.dll` to `C:\Windows\System32\` (requires admin privileges)
46
49
2. Back in this repository, run `pub get`.
47
50
3. Execute `pub run build_runner build`. This regenerates the ObjectBox model to make it usable in Dart
48
51
(i.e. the file `test/test.g.dart`) and is necessary each time you add or change a class annotated with `@Entity(...)`.
0 commit comments