Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Readability improvements to the wiki pages. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
d072c28ba43d7d76e6e7651f24f14ac5 |
User & Date: | mistachkin 2013-12-31 07:23:13 |
Context
2013-12-31
| ||
07:39 | More readability fixes for the wiki pages. check-in: 13e4a1ba1f user: mistachkin tags: trunk | |
07:23 | Readability improvements to the wiki pages. check-in: d072c28ba4 user: mistachkin tags: trunk | |
02:51 | Fix a bit of missing indentation. check-in: 611521021f user: mistachkin tags: trunk | |
Changes
Changes to www/build.wiki.
1 1 <title>Build Procedures</title> 2 2 <nowiki> 3 3 <a name="procedures"></a> 4 4 <h2>Build Procedures</h2> 5 5 6 6 <p> 7 - Follow these steps to build the System.Data.SQLite (SDS) binaries. 8 - Unless otherwise noted, all steps need to be done in the order specified. 7 + Follow these steps to build the System.Data.SQLite ("SDS") 8 + binaries. Unless otherwise noted, all steps need to be done in the order 9 + specified. 9 10 </p> 10 11 11 12 <p> 12 13 You will need a Visual Studio 2008, Visual Studio 2008 SP1, Visual Studio 13 14 2010, Visual Studio 2010 SP1, Visual Studio 2012, or Visual Studio 2013 14 15 development environment for this build. In order to build both the managed 15 16 (C#) and native projects (C++) for a particular solution together, the ................................................................................ 265 266 266 267 <li>Open a normal command prompt window with "cmd.exe".</li> 267 268 268 269 <li>Change the current directory to "<root>\Setup".</li> 269 270 270 271 <li> 271 272 Enter the following command to build the managed-only binaries: 272 - <b>build.bat ReleaseManagedOnly</b> 273 + <br /> 274 + <br /> 275 + <b>build.bat ReleaseManagedOnly</b> 276 + <br /> 277 + <br /> 273 278 </li> 274 279 275 280 <li> 276 281 Make sure everything succeeds with no errors; the log file 277 282 "%TEMP%\System.Data.SQLite.Build_ReleaseManagedOnly_Win32_<year>_Unknown.log" 278 283 may be checked if any errors should occur. 279 284 </li> 280 285 281 286 <li> 282 287 Enter the following command to build the binaries for Win32 (x86): 283 - <b>build.bat ReleaseNativeOnly Win32</b><br /><i>You may need to 284 - enter the command "<b>setenv /x86</b>" first if you are using 285 - a "Windows SDK Command Prompt" or "Visual Studio Command 286 - Prompt" window.</i> 288 + <br /> 289 + <br /> 290 + <b>build.bat ReleaseNativeOnly Win32</b> 291 + <br /> 292 + <br /> 293 + <i>You may need to enter the command "<b>setenv /x86</b>" 294 + first if you are using a "Windows SDK Command Prompt" or 295 + "Visual Studio Command Prompt" window.</i> 287 296 </li> 288 297 289 298 <li> 290 299 Make sure everything succeeds with no errors; the log file 291 300 "%TEMP%\System.Data.SQLite.Build_ReleaseNativeOnly_Win32_<year>_Unknown.log" 292 301 may be checked if any errors should occur. 293 302 </li> 294 303 295 304 <li> 296 - Enter the following command to build the binaries for x64: <b>build.bat 297 - ReleaseNativeOnly x64</b><br /><i>You may need to enter the 298 - command"<b>setenv /x64</b>" first if you are using a 299 - "Windows SDK Command Prompt" or "Visual Studio Command 300 - Prompt" window.</i> 305 + Enter the following command to build the binaries for x64: 306 + <br /> 307 + <br /> 308 + <b>build.bat ReleaseNativeOnly x64</b> 309 + <br /> 310 + <br /> 311 + <i>You may need to enter the command"<b>setenv /x64</b>" 312 + first if you are using a "Windows SDK Command Prompt" or 313 + "Visual Studio Command Prompt" window.</i> 301 314 </li> 302 315 303 316 <li> 304 317 Make sure everything succeeds with no errors; the log file 305 318 "%TEMP%\System.Data.SQLite.Build_ReleaseNativeOnly_x64_<year>_Unknown.log" 306 319 may be checked if any errors should occur. 307 320 </li> 308 321 309 322 <li> 310 323 Enter the following command to build the setup binaries for all supported 311 324 build configurations (unfortunately, it is not possible to build the setup 312 325 using the Inno Setup IDE. It must be done using the provided command line 313 - tools due to its highly dynamic nature): <b>bake_all.bat</b> 326 + tools due to its highly dynamic nature): 327 + <br /> 328 + <br /> 329 + <b>bake_all.bat</b> 330 + <br /> 331 + <br /> 314 332 </li> 315 333 316 334 <li> 317 335 Make sure everything succeeds with no errors. Inno Setup should produce 318 - "success" messages very similar to the following: 319 - <b>Successful compile (X.XXX sec). Resulting Setup program filename 320 - is: abc</b> 336 + "success" messages very similar to the following: 337 + <br /> 338 + <br /> 339 + <b>Successful compile (X.XXX sec). Resulting Setup program filename is: 340 + abc</b> 321 341 </li> 322 342 </ol> 323 343 324 344 <a name="mono"></a> 325 345 <h2>Mono Build</h2> 326 346 327 347 <ol> ................................................................................ 339 359 <li>Open a normal command prompt window with "cmd.exe".</li> 340 360 341 361 <li>Change the current directory to "<root>\Setup".</li> 342 362 343 363 <li> 344 364 Enter the following command to set the environment variable used to pass 345 365 the necessary extra arguments to MSBuild: 346 - <b>SET MSBUILD_ARGS=/property:UseInteropDll=false /property:UseSqliteStandard=true</b> 366 + <br /> 367 + <br /> 368 + <b>SET MSBUILD_ARGS=/property:UseInteropDll=false /property:UseSqliteStandard=true</b> 369 + <br /> 370 + <br /> 347 371 </li> 348 372 349 373 <li> 350 374 Enter the following command to build the managed-only binaries for Mono: 351 - <b>build.bat ReleaseManagedOnly</b> 375 + <br /> 376 + <br /> 377 + <b>build.bat ReleaseManagedOnly</b> 378 + <br /> 379 + <br /> 352 380 </li> 353 381 354 382 <li> 355 383 Make sure everything succeeds with no errors; the log file 356 384 "%TEMP%\System.Data.SQLite.Build_ReleaseManagedOnly_Win32_<year>_Unknown.log" 357 385 may be checked if any errors should occur. 358 386 </li> 359 387 </ol> 360 388 </nowiki>
Changes to www/downloads.wiki.
365 365 <b>Source Code</b> 366 366 </td> 367 367 </tr> 368 368 369 369 <tr> 370 370 <td width="10"> </td> 371 371 <td width="30%" valign="top" align="right"> 372 + <a name="sqlite-netFx-source"></a> 372 373 <a href="/downloads/1.0.90.0/sqlite-netFx-source-1.0.90.0.zip">sqlite-netFx-source-1.0.90.0.zip</a> 373 374 <br /> 374 375 (3.39 MiB) 375 376 </td> 376 377 <td width="5"></td> 377 378 <td valign="top"> 378 379 This ZIP archive contains all current source code for System.Data.SQLite ................................................................................ 387 388 <b>Setups for 32-bit Windows (.NET Framework 2.0 SP2)</b> 388 389 </td> 389 390 </tr> 390 391 391 392 <tr> 392 393 <td width="10"> </td> 393 394 <td width="30%" valign="top" align="right"> 395 + <a name="sqlite-netFx20-setup-bundle-x86-2005"></a> 394 396 <a href="/downloads/1.0.90.0/sqlite-netFx20-setup-bundle-x86-2005-1.0.90.0.exe">sqlite-netFx20-setup-bundle-x86-2005-1.0.90.0.exe</a> 395 397 <br /> 396 398 (4.39 MiB) 397 399 </td> 398 400 <td width="5"></td> 399 401 <td valign="top"> 400 402 This setup package features the mixed-mode assembly and will install all ................................................................................ 409 411 (sha1: a9e417e8bdf8b086460510b4b0fd7d74121d9fa8) 410 412 </td> 411 413 </tr> 412 414 413 415 <tr> 414 416 <td width="10"> </td> 415 417 <td width="30%" valign="top" align="right"> 418 + <a name="sqlite-netFx20-setup-x86-2005"></a> 416 419 <a href="/downloads/1.0.90.0/sqlite-netFx20-setup-x86-2005-1.0.90.0.exe">sqlite-netFx20-setup-x86-2005-1.0.90.0.exe</a> 417 420 <br /> 418 421 (4.38 MiB) 419 422 </td> 420 423 <td width="5"></td> 421 424 <td valign="top"> 422 425 This setup package will install all the necessary runtime components and ................................................................................ 433 436 <b>Setups for 64-bit Windows (.NET Framework 2.0 SP2)</b> 434 437 </td> 435 438 </tr> 436 439 437 440 <tr> 438 441 <td width="10"> </td> 439 442 <td width="30%" valign="top" align="right"> 443 + <a name="sqlite-netFx20-setup-bundle-x64-2005"></a> 440 444 <a href="/downloads/1.0.90.0/sqlite-netFx20-setup-bundle-x64-2005-1.0.90.0.exe">sqlite-netFx20-setup-bundle-x64-2005-1.0.90.0.exe</a> 441 445 <br /> 442 446 (4.97 MiB) 443 447 </td> 444 448 <td width="5"></td> 445 449 <td valign="top"> 446 450 This setup package features the mixed-mode assembly and will install all ................................................................................ 452 456 (sha1: 867da04bd61cf2f4c98dca996ba16762ff6d0862) 453 457 </td> 454 458 </tr> 455 459 456 460 <tr> 457 461 <td width="10"> </td> 458 462 <td width="30%" valign="top" align="right"> 463 + <a name="sqlite-netFx20-setup-x64-2005"></a> 459 464 <a href="/downloads/1.0.90.0/sqlite-netFx20-setup-x64-2005-1.0.90.0.exe">sqlite-netFx20-setup-x64-2005-1.0.90.0.exe</a> 460 465 <br /> 461 466 (4.96 MiB) 462 467 </td> 463 468 <td width="5"></td> 464 469 <td valign="top"> 465 470 This setup package will install all the necessary runtime components and ................................................................................ 476 481 <b>Setups for 32-bit Windows (.NET Framework 3.5 SP1)</b> 477 482 </td> 478 483 </tr> 479 484 480 485 <tr> 481 486 <td width="10"> </td> 482 487 <td width="30%" valign="top" align="right"> 488 + <a name="sqlite-netFx35-setup-bundle-x86-2008"></a> 483 489 <a href="/downloads/1.0.90.0/sqlite-netFx35-setup-bundle-x86-2008-1.0.90.0.exe">sqlite-netFx35-setup-bundle-x86-2008-1.0.90.0.exe</a> 484 490 <br /> 485 491 (6.42 MiB) 486 492 </td> 487 493 <td width="5"></td> 488 494 <td valign="top"> 489 495 This setup package features the mixed-mode assembly and will install all ................................................................................ 498 504 (sha1: 1b89dcda04afbd5b38085fe62af08d87365e1ee8) 499 505 </td> 500 506 </tr> 501 507 502 508 <tr> 503 509 <td width="10"> </td> 504 510 <td width="30%" valign="top" align="right"> 511 + <a name="sqlite-netFx35-setup-x86-2008"></a> 505 512 <a href="/downloads/1.0.90.0/sqlite-netFx35-setup-x86-2008-1.0.90.0.exe">sqlite-netFx35-setup-x86-2008-1.0.90.0.exe</a> 506 513 <br /> 507 514 (6.41 MiB) 508 515 </td> 509 516 <td width="5"></td> 510 517 <td valign="top"> 511 518 This setup package will install all the necessary runtime components and ................................................................................ 522 529 <b>Setups for 64-bit Windows (.NET Framework 3.5 SP1)</b> 523 530 </td> 524 531 </tr> 525 532 526 533 <tr> 527 534 <td width="10"> </td> 528 535 <td width="30%" valign="top" align="right"> 536 + <a name="sqlite-netFx35-setup-bundle-x64-2008"></a> 529 537 <a href="/downloads/1.0.90.0/sqlite-netFx35-setup-bundle-x64-2008-1.0.90.0.exe">sqlite-netFx35-setup-bundle-x64-2008-1.0.90.0.exe</a> 530 538 <br /> 531 539 (7.16 MiB) 532 540 </td> 533 541 <td width="5"></td> 534 542 <td valign="top"> 535 543 This setup package features the mixed-mode assembly and will install all ................................................................................ 541 549 (sha1: b77a7dff3e23eb5c7e5269a8ff1e4ca515858a42) 542 550 </td> 543 551 </tr> 544 552 545 553 <tr> 546 554 <td width="10"> </td> 547 555 <td width="30%" valign="top" align="right"> 556 + <a name="sqlite-netFx35-setup-x64-2008"></a> 548 557 <a href="/downloads/1.0.90.0/sqlite-netFx35-setup-x64-2008-1.0.90.0.exe">sqlite-netFx35-setup-x64-2008-1.0.90.0.exe</a> 549 558 <br /> 550 559 (7.15 MiB) 551 560 </td> 552 561 <td width="5"></td> 553 562 <td valign="top"> 554 563 This setup package will install all the necessary runtime components and ................................................................................ 565 574 <b>Setups for 32-bit Windows (.NET Framework 4.0)</b> 566 575 </td> 567 576 </tr> 568 577 569 578 <tr> 570 579 <td width="10"> </td> 571 580 <td width="30%" valign="top" align="right"> 581 + <a name="sqlite-netFx40-setup-bundle-x86-2010"></a> 572 582 <a href="/downloads/1.0.90.0/sqlite-netFx40-setup-bundle-x86-2010-1.0.90.0.exe">sqlite-netFx40-setup-bundle-x86-2010-1.0.90.0.exe</a> 573 583 <br /> 574 584 (10.75 MiB) 575 585 </td> 576 586 <td width="5"></td> 577 587 <td valign="top"> 578 588 This setup package features the mixed-mode assembly and will install all ................................................................................ 586 596 (sha1: 16d657f0327553927b30a84a924fef8242a316f7) 587 597 </td> 588 598 </tr> 589 599 590 600 <tr> 591 601 <td width="10"> </td> 592 602 <td width="30%" valign="top" align="right"> 603 + <a name="sqlite-netFx40-setup-x86-2010"></a> 593 604 <a href="/downloads/1.0.90.0/sqlite-netFx40-setup-x86-2010-1.0.90.0.exe">sqlite-netFx40-setup-x86-2010-1.0.90.0.exe</a> 594 605 <br /> 595 606 (10.74 MiB) 596 607 </td> 597 608 <td width="5"></td> 598 609 <td valign="top"> 599 610 This setup package will install all the necessary runtime components and ................................................................................ 610 621 <b>Setups for 64-bit Windows (.NET Framework 4.0)</b> 611 622 </td> 612 623 </tr> 613 624 614 625 <tr> 615 626 <td width="10"> </td> 616 627 <td width="30%" valign="top" align="right"> 628 + <a name="sqlite-netFx40-setup-bundle-x64-2010"></a> 617 629 <a href="/downloads/1.0.90.0/sqlite-netFx40-setup-bundle-x64-2010-1.0.90.0.exe">sqlite-netFx40-setup-bundle-x64-2010-1.0.90.0.exe</a> 618 630 <br /> 619 631 (12.00 MiB) 620 632 </td> 621 633 <td width="5"></td> 622 634 <td valign="top"> 623 635 This setup package features the mixed-mode assembly and will install all ................................................................................ 628 640 (sha1: 518be2c4029f7602dd01b6bb24939a5da861e2aa) 629 641 </td> 630 642 </tr> 631 643 632 644 <tr> 633 645 <td width="10"> </td> 634 646 <td width="30%" valign="top" align="right"> 647 + <a name="sqlite-netFx40-setup-x64-2010"></a> 635 648 <a href="/downloads/1.0.90.0/sqlite-netFx40-setup-x64-2010-1.0.90.0.exe">sqlite-netFx40-setup-x64-2010-1.0.90.0.exe</a> 636 649 <br /> 637 650 (11.99 MiB) 638 651 </td> 639 652 <td width="5"></td> 640 653 <td valign="top"> 641 654 This setup package will install all the necessary runtime components and ................................................................................ 652 665 <b>Setups for 32-bit Windows (.NET Framework 4.5)</b> 653 666 </td> 654 667 </tr> 655 668 656 669 <tr> 657 670 <td width="10"> </td> 658 671 <td width="30%" valign="top" align="right"> 672 + <a name="sqlite-netFx45-setup-bundle-x86-2012"></a> 659 673 <a href="/downloads/1.0.90.0/sqlite-netFx45-setup-bundle-x86-2012-1.0.90.0.exe">sqlite-netFx45-setup-bundle-x86-2012-1.0.90.0.exe</a> 660 674 <br /> 661 675 (8.15 MiB) 662 676 </td> 663 677 <td width="5"></td> 664 678 <td valign="top"> 665 679 This setup package features the mixed-mode assembly and will install all ................................................................................ 674 688 (sha1: 237f9f54b9e8758133a94f6af49ccf23215082fe) 675 689 </td> 676 690 </tr> 677 691 678 692 <tr> 679 693 <td width="10"> </td> 680 694 <td width="30%" valign="top" align="right"> 695 + <a name="sqlite-netFx45-setup-x86-2012"></a> 681 696 <a href="/downloads/1.0.90.0/sqlite-netFx45-setup-x86-2012-1.0.90.0.exe">sqlite-netFx45-setup-x86-2012-1.0.90.0.exe</a> 682 697 <br /> 683 698 (8.18 MiB) 684 699 </td> 685 700 <td width="5"></td> 686 701 <td valign="top"> 687 702 This setup package will install all the necessary runtime components and ................................................................................ 698 713 <b>Setups for 64-bit Windows (.NET Framework 4.5)</b> 699 714 </td> 700 715 </tr> 701 716 702 717 <tr> 703 718 <td width="10"> </td> 704 719 <td width="30%" valign="top" align="right"> 720 + <a name="sqlite-netFx45-setup-bundle-x64-2012"></a> 705 721 <a href="/downloads/1.0.90.0/sqlite-netFx45-setup-bundle-x64-2012-1.0.90.0.exe">sqlite-netFx45-setup-bundle-x64-2012-1.0.90.0.exe</a> 706 722 <br /> 707 723 (8.80 MiB) 708 724 </td> 709 725 <td width="5"></td> 710 726 <td valign="top"> 711 727 This setup package features the mixed-mode assembly and will install all ................................................................................ 717 733 (sha1: 19b572fabdfbf52f8c5d80572deb9a97d49e778a) 718 734 </td> 719 735 </tr> 720 736 721 737 <tr> 722 738 <td width="10"> </td> 723 739 <td width="30%" valign="top" align="right"> 740 + <a name="sqlite-netFx45-setup-x64-2012"></a> 724 741 <a href="/downloads/1.0.90.0/sqlite-netFx45-setup-x64-2012-1.0.90.0.exe">sqlite-netFx45-setup-x64-2012-1.0.90.0.exe</a> 725 742 <br /> 726 743 (8.85 MiB) 727 744 </td> 728 745 <td width="5"></td> 729 746 <td valign="top"> 730 747 This setup package will install all the necessary runtime components and ................................................................................ 741 758 <b>Setups for 32-bit Windows (.NET Framework 4.5.1)</b> 742 759 </td> 743 760 </tr> 744 761 745 762 <tr> 746 763 <td width="10"> </td> 747 764 <td width="30%" valign="top" align="right"> 765 + <a name="sqlite-netFx451-setup-bundle-x86-2013"></a> 748 766 <a href="/downloads/1.0.90.0/sqlite-netFx451-setup-bundle-x86-2013-1.0.90.0.exe">sqlite-netFx451-setup-bundle-x86-2013-1.0.90.0.exe</a> 749 767 <br /> 750 768 (8.10 MiB) 751 769 </td> 752 770 <td width="5"></td> 753 771 <td valign="top"> 754 772 This setup package features the mixed-mode assembly and will install all ................................................................................ 763 781 (sha1: c2bff0cab37ecfea9f58cded8770e46c6cafbcd8) 764 782 </td> 765 783 </tr> 766 784 767 785 <tr> 768 786 <td width="10"> </td> 769 787 <td width="30%" valign="top" align="right"> 788 + <a name="sqlite-netFx451-setup-x86-2013"></a> 770 789 <a href="/downloads/1.0.90.0/sqlite-netFx451-setup-x86-2013-1.0.90.0.exe">sqlite-netFx451-setup-x86-2013-1.0.90.0.exe</a> 771 790 <br /> 772 791 (8.13 MiB) 773 792 </td> 774 793 <td width="5"></td> 775 794 <td valign="top"> 776 795 This setup package will install all the necessary runtime components and ................................................................................ 787 806 <b>Setups for 64-bit Windows (.NET Framework 4.5.1)</b> 788 807 </td> 789 808 </tr> 790 809 791 810 <tr> 792 811 <td width="10"> </td> 793 812 <td width="30%" valign="top" align="right"> 813 + <a name="sqlite-netFx451-setup-bundle-x64-2013"></a> 794 814 <a href="/downloads/1.0.90.0/sqlite-netFx451-setup-bundle-x64-2013-1.0.90.0.exe">sqlite-netFx451-setup-bundle-x64-2013-1.0.90.0.exe</a> 795 815 <br /> 796 816 (8.78 MiB) 797 817 </td> 798 818 <td width="5"></td> 799 819 <td valign="top"> 800 820 This setup package features the mixed-mode assembly and will install all ................................................................................ 806 826 (sha1: 02c24a152497a7b031082b2c0371bb4e3e32098a) 807 827 </td> 808 828 </tr> 809 829 810 830 <tr> 811 831 <td width="10"> </td> 812 832 <td width="30%" valign="top" align="right"> 833 + <a name="sqlite-netFx451-setup-x64-2013"></a> 813 834 <a href="/downloads/1.0.90.0/sqlite-netFx451-setup-x64-2013-1.0.90.0.exe">sqlite-netFx451-setup-x64-2013-1.0.90.0.exe</a> 814 835 <br /> 815 836 (8.83 MiB) 816 837 </td> 817 838 <td width="5"></td> 818 839 <td valign="top"> 819 840 This setup package will install all the necessary runtime components and ................................................................................ 830 851 <b>Precompiled Binaries for 32-bit Windows (.NET Framework 2.0 SP2)</b> 831 852 </td> 832 853 </tr> 833 854 834 855 <tr> 835 856 <td width="10"> </td> 836 857 <td width="30%" valign="top" align="right"> 858 + <a name="sqlite-netFx20-binary-bundle-Win32-2005"></a> 837 859 <a href="/downloads/1.0.90.0/sqlite-netFx20-binary-bundle-Win32-2005-1.0.90.0.zip">sqlite-netFx20-binary-bundle-Win32-2005-1.0.90.0.zip</a> 838 860 <br /> 839 861 (1.39 MiB) 840 862 </td> 841 863 <td width="5"></td> 842 864 <td valign="top"> 843 865 This binary package features the mixed-mode assembly and contains all ................................................................................ 848 870 (sha1: d4c0b7a1403d8d5f255c38fb01164b3580997cd2) 849 871 </td> 850 872 </tr> 851 873 852 874 <tr> 853 875 <td width="10"> </td> 854 876 <td width="30%" valign="top" align="right"> 877 + <a name="sqlite-netFx20-binary-Win32-2005"></a> 855 878 <a href="/downloads/1.0.90.0/sqlite-netFx20-binary-Win32-2005-1.0.90.0.zip">sqlite-netFx20-binary-Win32-2005-1.0.90.0.zip</a> 856 879 <br /> 857 880 (1.38 MiB) 858 881 </td> 859 882 <td width="5"></td> 860 883 <td valign="top"> 861 884 This binary package contains all the binaries for the x86 version of the ................................................................................ 871 894 <b>Precompiled Binaries for 64-bit Windows (.NET Framework 2.0 SP2)</b> 872 895 </td> 873 896 </tr> 874 897 875 898 <tr> 876 899 <td width="10"> </td> 877 900 <td width="30%" valign="top" align="right"> 901 + <a name="sqlite-netFx20-binary-bundle-x64-2005"></a> 878 902 <a href="/downloads/1.0.90.0/sqlite-netFx20-binary-bundle-x64-2005-1.0.90.0.zip">sqlite-netFx20-binary-bundle-x64-2005-1.0.90.0.zip</a> 879 903 <br /> 880 904 (1.60 MiB) 881 905 </td> 882 906 <td width="5"></td> 883 907 <td valign="top"> 884 908 This binary package features the mixed-mode assembly and contains all ................................................................................ 889 913 (sha1: 29f84a7b1f59d5380d65fc908789d19663cb4f17) 890 914 </td> 891 915 </tr> 892 916 893 917 <tr> 894 918 <td width="10"> </td> 895 919 <td width="30%" valign="top" align="right"> 920 + <a name="sqlite-netFx20-binary-x64-2005"></a> 896 921 <a href="/downloads/1.0.90.0/sqlite-netFx20-binary-x64-2005-1.0.90.0.zip">sqlite-netFx20-binary-x64-2005-1.0.90.0.zip</a> 897 922 <br /> 898 923 (1.59 MiB) 899 924 </td> 900 925 <td width="5"></td> 901 926 <td valign="top"> 902 927 This binary package contains all the binaries for the x64 version of the ................................................................................ 912 937 <b>Precompiled Binaries for 32-bit Windows (.NET Framework 3.5 SP1)</b> 913 938 </td> 914 939 </tr> 915 940 916 941 <tr> 917 942 <td width="10"> </td> 918 943 <td width="30%" valign="top" align="right"> 944 + <a name="sqlite-netFx35-binary-bundle-Win32-2008"></a> 919 945 <a href="/downloads/1.0.90.0/sqlite-netFx35-binary-bundle-Win32-2008-1.0.90.0.zip">sqlite-netFx35-binary-bundle-Win32-2008-1.0.90.0.zip</a> 920 946 <br /> 921 947 (1.84 MiB) 922 948 </td> 923 949 <td width="5"></td> 924 950 <td valign="top"> 925 951 This binary package features the mixed-mode assembly and contains all ................................................................................ 930 956 (sha1: d24e8097a9da455bddc2f404aa3d0c3677aba124) 931 957 </td> 932 958 </tr> 933 959 934 960 <tr> 935 961 <td width="10"> </td> 936 962 <td width="30%" valign="top" align="right"> 963 + <a name="sqlite-netFx35-binary-Win32-2008"></a> 937 964 <a href="/downloads/1.0.90.0/sqlite-netFx35-binary-Win32-2008-1.0.90.0.zip">sqlite-netFx35-binary-Win32-2008-1.0.90.0.zip</a> 938 965 <br /> 939 966 (1.83 MiB) 940 967 </td> 941 968 <td width="5"></td> 942 969 <td valign="top"> 943 970 This binary package contains all the binaries for the x86 version of the ................................................................................ 953 980 <b>Precompiled Binaries for 64-bit Windows (.NET Framework 3.5 SP1)</b> 954 981 </td> 955 982 </tr> 956 983 957 984 <tr> 958 985 <td width="10"> </td> 959 986 <td width="30%" valign="top" align="right"> 987 + <a name="sqlite-netFx35-binary-bundle-x64-2008"></a> 960 988 <a href="/downloads/1.0.90.0/sqlite-netFx35-binary-bundle-x64-2008-1.0.90.0.zip">sqlite-netFx35-binary-bundle-x64-2008-1.0.90.0.zip</a> 961 989 <br /> 962 990 (1.91 MiB) 963 991 </td> 964 992 <td width="5"></td> 965 993 <td valign="top"> 966 994 This binary package features the mixed-mode assembly and contains all ................................................................................ 971 999 (sha1: a9ec00f55d90332098d6ca4f0c920c11d4ab04ab) 972 1000 </td> 973 1001 </tr> 974 1002 975 1003 <tr> 976 1004 <td width="10"> </td> 977 1005 <td width="30%" valign="top" align="right"> 1006 + <a name="sqlite-netFx35-binary-x64-2008"></a> 978 1007 <a href="/downloads/1.0.90.0/sqlite-netFx35-binary-x64-2008-1.0.90.0.zip">sqlite-netFx35-binary-x64-2008-1.0.90.0.zip</a> 979 1008 <br /> 980 1009 (1.90 MiB) 981 1010 </td> 982 1011 <td width="5"></td> 983 1012 <td valign="top"> 984 1013 This binary package contains all the binaries for the x64 version of the ................................................................................ 994 1023 <b>Precompiled Binaries for 32-bit Windows (.NET Framework 4.0)</b> 995 1024 </td> 996 1025 </tr> 997 1026 998 1027 <tr> 999 1028 <td width="10"> </td> 1000 1029 <td width="30%" valign="top" align="right"> 1030 + <a name="sqlite-netFx40-binary-bundle-Win32-2010"></a> 1001 1031 <a href="/downloads/1.0.90.0/sqlite-netFx40-binary-bundle-Win32-2010-1.0.90.0.zip">sqlite-netFx40-binary-bundle-Win32-2010-1.0.90.0.zip</a> 1002 1032 <br /> 1003 1033 (1.89 MiB) 1004 1034 </td> 1005 1035 <td width="5"></td> 1006 1036 <td valign="top"> 1007 1037 This binary package features the mixed-mode assembly and contains all ................................................................................ 1012 1042 (sha1: 9c35e510e35ff822e45aabc0db2c29df8dab020a) 1013 1043 </td> 1014 1044 </tr> 1015 1045 1016 1046 <tr> 1017 1047 <td width="10"> </td> 1018 1048 <td width="30%" valign="top" align="right"> 1049 + <a name="sqlite-netFx40-binary-Win32-2010"></a> 1019 1050 <a href="/downloads/1.0.90.0/sqlite-netFx40-binary-Win32-2010-1.0.90.0.zip">sqlite-netFx40-binary-Win32-2010-1.0.90.0.zip</a> 1020 1051 <br /> 1021 1052 (1.88 MiB) 1022 1053 </td> 1023 1054 <td width="5"></td> 1024 1055 <td valign="top"> 1025 1056 This binary package contains all the binaries for the x86 version of the ................................................................................ 1035 1066 <b>Precompiled Binaries for 64-bit Windows (.NET Framework 4.0)</b> 1036 1067 </td> 1037 1068 </tr> 1038 1069 1039 1070 <tr> 1040 1071 <td width="10"> </td> 1041 1072 <td width="30%" valign="top" align="right"> 1073 + <a name="sqlite-netFx40-binary-bundle-x64-2010"></a> 1042 1074 <a href="/downloads/1.0.90.0/sqlite-netFx40-binary-bundle-x64-2010-1.0.90.0.zip">sqlite-netFx40-binary-bundle-x64-2010-1.0.90.0.zip</a> 1043 1075 <br /> 1044 1076 (1.91 MiB) 1045 1077 </td> 1046 1078 <td width="5"></td> 1047 1079 <td valign="top"> 1048 1080 This binary package features the mixed-mode assembly and contains all ................................................................................ 1053 1085 (sha1: 16d17013e66159cd16740697ae11dc667d7b6c70) 1054 1086 </td> 1055 1087 </tr> 1056 1088 1057 1089 <tr> 1058 1090 <td width="10"> </td> 1059 1091 <td width="30%" valign="top" align="right"> 1092 + <a name="sqlite-netFx40-binary-x64-2010"></a> 1060 1093 <a href="/downloads/1.0.90.0/sqlite-netFx40-binary-x64-2010-1.0.90.0.zip">sqlite-netFx40-binary-x64-2010-1.0.90.0.zip</a> 1061 1094 <br /> 1062 1095 (1.91 MiB) 1063 1096 </td> 1064 1097 <td width="5"></td> 1065 1098 <td valign="top"> 1066 1099 This binary package contains all the binaries for the x64 version of the ................................................................................ 1076 1109 <b>Precompiled Binaries for 32-bit Windows (.NET Framework 4.5)</b> 1077 1110 </td> 1078 1111 </tr> 1079 1112 1080 1113 <tr> 1081 1114 <td width="10"> </td> 1082 1115 <td width="30%" valign="top" align="right"> 1116 + <a name="sqlite-netFx45-binary-bundle-Win32-2012"></a> 1083 1117 <a href="/downloads/1.0.90.0/sqlite-netFx45-binary-bundle-Win32-2012-1.0.90.0.zip">sqlite-netFx45-binary-bundle-Win32-2012-1.0.90.0.zip</a> 1084 1118 <br /> 1085 1119 (1.82 MiB) 1086 1120 </td> 1087 1121 <td width="5"></td> 1088 1122 <td valign="top"> 1089 1123 This binary package features the mixed-mode assembly and contains all ................................................................................ 1094 1128 (sha1: f90aca7a213ae63f42048f3e84e7fc63dc680126) 1095 1129 </td> 1096 1130 </tr> 1097 1131 1098 1132 <tr> 1099 1133 <td width="10"> </td> 1100 1134 <td width="30%" valign="top" align="right"> 1135 + <a name="sqlite-netFx45-binary-Win32-2012"></a> 1101 1136 <a href="/downloads/1.0.90.0/sqlite-netFx45-binary-Win32-2012-1.0.90.0.zip">sqlite-netFx45-binary-Win32-2012-1.0.90.0.zip</a> 1102 1137 <br /> 1103 1138 (1.87 MiB) 1104 1139 </td> 1105 1140 <td width="5"></td> 1106 1141 <td valign="top"> 1107 1142 This binary package contains all the binaries for the x86 version of the ................................................................................ 1117 1152 <b>Precompiled Binaries for 64-bit Windows (.NET Framework 4.5)</b> 1118 1153 </td> 1119 1154 </tr> 1120 1155 1121 1156 <tr> 1122 1157 <td width="10"> </td> 1123 1158 <td width="30%" valign="top" align="right"> 1159 + <a name="sqlite-netFx45-binary-bundle-x64-2012"></a> 1124 1160 <a href="/downloads/1.0.90.0/sqlite-netFx45-binary-bundle-x64-2012-1.0.90.0.zip">sqlite-netFx45-binary-bundle-x64-2012-1.0.90.0.zip</a> 1125 1161 <br /> 1126 1162 (1.85 MiB) 1127 1163 </td> 1128 1164 <td width="5"></td> 1129 1165 <td valign="top"> 1130 1166 This binary package features the mixed-mode assembly and contains all ................................................................................ 1135 1171 (sha1: 49e1dc8ceb05a00d60e0699895a21b35fc2c40b6) 1136 1172 </td> 1137 1173 </tr> 1138 1174 1139 1175 <tr> 1140 1176 <td width="10"> </td> 1141 1177 <td width="30%" valign="top" align="right"> 1178 + <a name="sqlite-netFx45-binary-x64-2012"></a> 1142 1179 <a href="/downloads/1.0.90.0/sqlite-netFx45-binary-x64-2012-1.0.90.0.zip">sqlite-netFx45-binary-x64-2012-1.0.90.0.zip</a> 1143 1180 <br /> 1144 1181 (1.92 MiB) 1145 1182 </td> 1146 1183 <td width="5"></td> 1147 1184 <td valign="top"> 1148 1185 This binary package contains all the binaries for the x64 version of the ................................................................................ 1158 1195 <b>Precompiled Binaries for 32-bit Windows (.NET Framework 4.5.1)</b> 1159 1196 </td> 1160 1197 </tr> 1161 1198 1162 1199 <tr> 1163 1200 <td width="10"> </td> 1164 1201 <td width="30%" valign="top" align="right"> 1202 + <a name="sqlite-netFx451-binary-bundle-Win32-2013"></a> 1165 1203 <a href="/downloads/1.0.90.0/sqlite-netFx451-binary-bundle-Win32-2013-1.0.90.0.zip">sqlite-netFx451-binary-bundle-Win32-2013-1.0.90.0.zip</a> 1166 1204 <br /> 1167 1205 (1.82 MiB) 1168 1206 </td> 1169 1207 <td width="5"></td> 1170 1208 <td valign="top"> 1171 1209 This binary package features the mixed-mode assembly and contains all ................................................................................ 1176 1214 (sha1: 416b5799b348327dc0f52241c3f637e647ee189a) 1177 1215 </td> 1178 1216 </tr> 1179 1217 1180 1218 <tr> 1181 1219 <td width="10"> </td> 1182 1220 <td width="30%" valign="top" align="right"> 1221 + <a name="sqlite-netFx451-binary-Win32-2013"></a> 1183 1222 <a href="/downloads/1.0.90.0/sqlite-netFx451-binary-Win32-2013-1.0.90.0.zip">sqlite-netFx451-binary-Win32-2013-1.0.90.0.zip</a> 1184 1223 <br /> 1185 1224 (1.87 MiB) 1186 1225 </td> 1187 1226 <td width="5"></td> 1188 1227 <td valign="top"> 1189 1228 This binary package contains all the binaries for the x86 version of the ................................................................................ 1199 1238 <b>Precompiled Binaries for 64-bit Windows (.NET Framework 4.5.1)</b> 1200 1239 </td> 1201 1240 </tr> 1202 1241 1203 1242 <tr> 1204 1243 <td width="10"> </td> 1205 1244 <td width="30%" valign="top" align="right"> 1245 + <a name="sqlite-netFx451-binary-bundle-x64-2013"></a> 1206 1246 <a href="/downloads/1.0.90.0/sqlite-netFx451-binary-bundle-x64-2013-1.0.90.0.zip">sqlite-netFx451-binary-bundle-x64-2013-1.0.90.0.zip</a> 1207 1247 <br /> 1208 1248 (1.85 MiB) 1209 1249 </td> 1210 1250 <td width="5"></td> 1211 1251 <td valign="top"> 1212 1252 This binary package features the mixed-mode assembly and contains all ................................................................................ 1217 1257 (sha1: 8ee751a8f9c76bdf91bd69af71de906999077254) 1218 1258 </td> 1219 1259 </tr> 1220 1260 1221 1261 <tr> 1222 1262 <td width="10"> </td> 1223 1263 <td width="30%" valign="top" align="right"> 1264 + <a name="sqlite-netFx451-binary-x64-2013"></a> 1224 1265 <a href="/downloads/1.0.90.0/sqlite-netFx451-binary-x64-2013-1.0.90.0.zip">sqlite-netFx451-binary-x64-2013-1.0.90.0.zip</a> 1225 1266 <br /> 1226 1267 (1.92 MiB) 1227 1268 </td> 1228 1269 <td width="5"></td> 1229 1270 <td valign="top"> 1230 1271 This binary package contains all the binaries for the x64 version of the ................................................................................ 1240 1281 <b>Precompiled Statically-Linked Binaries for 32-bit Windows (.NET Framework 2.0 SP2)</b> 1241 1282 </td> 1242 1283 </tr> 1243 1284 1244 1285 <tr> 1245 1286 <td width="10"> </td> 1246 1287 <td width="30%" valign="top" align="right"> 1288 + <a name="sqlite-netFx20-static-binary-bundle-Win32-2005"></a> 1247 1289 <a href="/downloads/1.0.90.0/sqlite-netFx20-static-binary-bundle-Win32-2005-1.0.90.0.zip">sqlite-netFx20-static-binary-bundle-Win32-2005-1.0.90.0.zip</a> 1248 1290 <br /> 1249 1291 (1.60 MiB) 1250 1292 </td> 1251 1293 <td width="5"></td> 1252 1294 <td valign="top"> 1253 1295 This binary package features the mixed-mode assembly and contains all ................................................................................ 1258 1300 (sha1: fb659a16f85b0494e7b930c26681e03061085eb3) 1259 1301 </td> 1260 1302 </tr> 1261 1303 1262 1304 <tr> 1263 1305 <td width="10"> </td> 1264 1306 <td width="30%" valign="top" align="right"> 1307 + <a name="sqlite-netFx20-static-binary-Win32-2005"></a> 1265 1308 <a href="/downloads/1.0.90.0/sqlite-netFx20-static-binary-Win32-2005-1.0.90.0.zip">sqlite-netFx20-static-binary-Win32-2005-1.0.90.0.zip</a> 1266 1309 <br /> 1267 1310 (1.59 MiB) 1268 1311 </td> 1269 1312 <td width="5"></td> 1270 1313 <td valign="top"> 1271 1314 This binary package contains all the binaries for the x86 version of the ................................................................................ 1282 1325 <b>Precompiled Statically-Linked Binaries for 64-bit Windows (.NET Framework 2.0 SP2)</b> 1283 1326 </td> 1284 1327 </tr> 1285 1328 1286 1329 <tr> 1287 1330 <td width="10"> </td> 1288 1331 <td width="30%" valign="top" align="right"> 1332 + <a name="sqlite-netFx20-static-binary-bundle-x64-2005"></a> 1289 1333 <a href="/downloads/1.0.90.0/sqlite-netFx20-static-binary-bundle-x64-2005-1.0.90.0.zip">sqlite-netFx20-static-binary-bundle-x64-2005-1.0.90.0.zip</a> 1290 1334 <br /> 1291 1335 (1.75 MiB) 1292 1336 </td> 1293 1337 <td width="5"></td> 1294 1338 <td valign="top"> 1295 1339 This binary package features the mixed-mode assembly and contains all ................................................................................ 1300 1344 (sha1: a85d2b612a18b88abd36fc9ace14e7067c7b3868) 1301 1345 </td> 1302 1346 </tr> 1303 1347 1304 1348 <tr> 1305 1349 <td width="10"> </td> 1306 1350 <td width="30%" valign="top" align="right"> 1351 + <a name="sqlite-netFx20-static-binary-x64-2005"></a> 1307 1352 <a href="/downloads/1.0.90.0/sqlite-netFx20-static-binary-x64-2005-1.0.90.0.zip">sqlite-netFx20-static-binary-x64-2005-1.0.90.0.zip</a> 1308 1353 <br /> 1309 1354 (1.74 MiB) 1310 1355 </td> 1311 1356 <td width="5"></td> 1312 1357 <td valign="top"> 1313 1358 This binary package contains all the binaries for the x64 version of the ................................................................................ 1324 1369 <b>Precompiled Statically-Linked Binaries for 32-bit Windows (.NET Framework 3.5 SP1)</b> 1325 1370 </td> 1326 1371 </tr> 1327 1372 1328 1373 <tr> 1329 1374 <td width="10"> </td> 1330 1375 <td width="30%" valign="top" align="right"> 1376 + <a name="sqlite-netFx35-static-binary-bundle-Win32-2008"></a> 1331 1377 <a href="/downloads/1.0.90.0/sqlite-netFx35-static-binary-bundle-Win32-2008-1.0.90.0.zip">sqlite-netFx35-static-binary-bundle-Win32-2008-1.0.90.0.zip</a> 1332 1378 <br /> 1333 1379 (2.05 MiB) 1334 1380 </td> 1335 1381 <td width="5"></td> 1336 1382 <td valign="top"> 1337 1383 This binary package features the mixed-mode assembly and contains all ................................................................................ 1342 1388 (sha1: 742f24991df821f6479ad58f6895a7bfd125251b) 1343 1389 </td> 1344 1390 </tr> 1345 1391 1346 1392 <tr> 1347 1393 <td width="10"> </td> 1348 1394 <td width="30%" valign="top" align="right"> 1395 + <a name="sqlite-netFx35-static-binary-Win32-2008"></a> 1349 1396 <a href="/downloads/1.0.90.0/sqlite-netFx35-static-binary-Win32-2008-1.0.90.0.zip">sqlite-netFx35-static-binary-Win32-2008-1.0.90.0.zip</a> 1350 1397 <br /> 1351 1398 (2.05 MiB) 1352 1399 </td> 1353 1400 <td width="5"></td> 1354 1401 <td valign="top"> 1355 1402 This binary package contains all the binaries for the x86 version of the ................................................................................ 1366 1413 <b>Precompiled Statically-Linked Binaries for 64-bit Windows (.NET Framework 3.5 SP1)</b> 1367 1414 </td> 1368 1415 </tr> 1369 1416 1370 1417 <tr> 1371 1418 <td width="10"> </td> 1372 1419 <td width="30%" valign="top" align="right"> 1420 + <a name="sqlite-netFx35-static-binary-bundle-x64-2008"></a> 1373 1421 <a href="/downloads/1.0.90.0/sqlite-netFx35-static-binary-bundle-x64-2008-1.0.90.0.zip">sqlite-netFx35-static-binary-bundle-x64-2008-1.0.90.0.zip</a> 1374 1422 <br /> 1375 1423 (2.09 MiB) 1376 1424 </td> 1377 1425 <td width="5"></td> 1378 1426 <td valign="top"> 1379 1427 This binary package features the mixed-mode assembly and contains all ................................................................................ 1384 1432 (sha1: fe5c66cb873eecab67b74a9db9404ba126f7acab) 1385 1433 </td> 1386 1434 </tr> 1387 1435 1388 1436 <tr> 1389 1437 <td width="10"> </td> 1390 1438 <td width="30%" valign="top" align="right"> 1439 + <a name="sqlite-netFx35-static-binary-x64-2008"></a> 1391 1440 <a href="/downloads/1.0.90.0/sqlite-netFx35-static-binary-x64-2008-1.0.90.0.zip">sqlite-netFx35-static-binary-x64-2008-1.0.90.0.zip</a> 1392 1441 <br /> 1393 1442 (2.08 MiB) 1394 1443 </td> 1395 1444 <td width="5"></td> 1396 1445 <td valign="top"> 1397 1446 This binary package contains all the binaries for the x64 version of the ................................................................................ 1408 1457 <b>Precompiled Statically-Linked Binaries for 32-bit Windows (.NET Framework 4.0)</b> 1409 1458 </td> 1410 1459 </tr> 1411 1460 1412 1461 <tr> 1413 1462 <td width="10"> </td> 1414 1463 <td width="30%" valign="top" align="right"> 1464 + <a name="sqlite-netFx40-static-binary-bundle-Win32-2010"></a> 1415 1465 <a href="/downloads/1.0.90.0/sqlite-netFx40-static-binary-bundle-Win32-2010-1.0.90.0.zip">sqlite-netFx40-static-binary-bundle-Win32-2010-1.0.90.0.zip</a> 1416 1466 <br /> 1417 1467 (2.11 MiB) 1418 1468 </td> 1419 1469 <td width="5"></td> 1420 1470 <td valign="top"> 1421 1471 This binary package features the mixed-mode assembly and contains all ................................................................................ 1426 1476 (sha1: 5539a0c27db8ac0b48378f909f8bafc2b43ef392) 1427 1477 </td> 1428 1478 </tr> 1429 1479 1430 1480 <tr> 1431 1481 <td width="10"> </td> 1432 1482 <td width="30%" valign="top" align="right"> 1483 + <a name="sqlite-netFx40-static-binary-Win32-2010"></a> 1433 1484 <a href="/downloads/1.0.90.0/sqlite-netFx40-static-binary-Win32-2010-1.0.90.0.zip">sqlite-netFx40-static-binary-Win32-2010-1.0.90.0.zip</a> 1434 1485 <br /> 1435 1486 (2.10 MiB) 1436 1487 </td> 1437 1488 <td width="5"></td> 1438 1489 <td valign="top"> 1439 1490 This binary package contains all the binaries for the x86 version of the ................................................................................ 1450 1501 <b>Precompiled Statically-Linked Binaries for 64-bit Windows (.NET Framework 4.0)</b> 1451 1502 </td> 1452 1503 </tr> 1453 1504 1454 1505 <tr> 1455 1506 <td width="10"> </td> 1456 1507 <td width="30%" valign="top" align="right"> 1508 + <a name="sqlite-netFx40-static-binary-bundle-x64-2010"></a> 1457 1509 <a href="/downloads/1.0.90.0/sqlite-netFx40-static-binary-bundle-x64-2010-1.0.90.0.zip">sqlite-netFx40-static-binary-bundle-x64-2010-1.0.90.0.zip</a> 1458 1510 <br /> 1459 1511 (2.11 MiB) 1460 1512 </td> 1461 1513 <td width="5"></td> 1462 1514 <td valign="top"> 1463 1515 This binary package features the mixed-mode assembly and contains all ................................................................................ 1468 1520 (sha1: e63934d8ff95a70382a225d4cf6b6fb28c1e7081) 1469 1521 </td> 1470 1522 </tr> 1471 1523 1472 1524 <tr> 1473 1525 <td width="10"> </td> 1474 1526 <td width="30%" valign="top" align="right"> 1527 + <a name="sqlite-netFx40-static-binary-x64-2010"></a> 1475 1528 <a href="/downloads/1.0.90.0/sqlite-netFx40-static-binary-x64-2010-1.0.90.0.zip">sqlite-netFx40-static-binary-x64-2010-1.0.90.0.zip</a> 1476 1529 <br /> 1477 1530 (2.10 MiB) 1478 1531 </td> 1479 1532 <td width="5"></td> 1480 1533 <td valign="top"> 1481 1534 This binary package contains all the binaries for the x64 version of the ................................................................................ 1492 1545 <b>Precompiled Statically-Linked Binaries for 32-bit Windows (.NET Framework 4.5)</b> 1493 1546 </td> 1494 1547 </tr> 1495 1548 1496 1549 <tr> 1497 1550 <td width="10"> </td> 1498 1551 <td width="30%" valign="top" align="right"> 1552 + <a name="sqlite-netFx45-static-binary-bundle-Win32-2012"></a> 1499 1553 <a href="/downloads/1.0.90.0/sqlite-netFx45-static-binary-bundle-Win32-2012-1.0.90.0.zip">sqlite-netFx45-static-binary-bundle-Win32-2012-1.0.90.0.zip</a> 1500 1554 <br /> 1501 1555 (2.14 MiB) 1502 1556 </td> 1503 1557 <td width="5"></td> 1504 1558 <td valign="top"> 1505 1559 This binary package features the mixed-mode assembly and contains all ................................................................................ 1510 1564 (sha1: 22a8af8296a394ff8acc3e79dec18ea980c64b16) 1511 1565 </td> 1512 1566 </tr> 1513 1567 1514 1568 <tr> 1515 1569 <td width="10"> </td> 1516 1570 <td width="30%" valign="top" align="right"> 1571 + <a name="sqlite-netFx45-static-binary-Win32-2012"></a> 1517 1572 <a href="/downloads/1.0.90.0/sqlite-netFx45-static-binary-Win32-2012-1.0.90.0.zip">sqlite-netFx45-static-binary-Win32-2012-1.0.90.0.zip</a> 1518 1573 <br /> 1519 1574 (2.19 MiB) 1520 1575 </td> 1521 1576 <td width="5"></td> 1522 1577 <td valign="top"> 1523 1578 This binary package contains all the binaries for the x86 version of the ................................................................................ 1534 1589 <b>Precompiled Statically-Linked Binaries for 64-bit Windows (.NET Framework 4.5)</b> 1535 1590 </td> 1536 1591 </tr> 1537 1592 1538 1593 <tr> 1539 1594 <td width="10"> </td> 1540 1595 <td width="30%" valign="top" align="right"> 1596 + <a name="sqlite-netFx45-static-binary-bundle-x64-2012"></a> 1541 1597 <a href="/downloads/1.0.90.0/sqlite-netFx45-static-binary-bundle-x64-2012-1.0.90.0.zip">sqlite-netFx45-static-binary-bundle-x64-2012-1.0.90.0.zip</a> 1542 1598 <br /> 1543 1599 (2.11 MiB) 1544 1600 </td> 1545 1601 <td width="5"></td> 1546 1602 <td valign="top"> 1547 1603 This binary package features the mixed-mode assembly and contains all ................................................................................ 1552 1608 (sha1: 4a6c0ba1e6709e252d7238391326907ec40cf2ee) 1553 1609 </td> 1554 1610 </tr> 1555 1611 1556 1612 <tr> 1557 1613 <td width="10"> </td> 1558 1614 <td width="30%" valign="top" align="right"> 1615 + <a name="sqlite-netFx45-static-binary-x64-2012"></a> 1559 1616 <a href="/downloads/1.0.90.0/sqlite-netFx45-static-binary-x64-2012-1.0.90.0.zip">sqlite-netFx45-static-binary-x64-2012-1.0.90.0.zip</a> 1560 1617 <br /> 1561 1618 (2.18 MiB) 1562 1619 </td> 1563 1620 <td width="5"></td> 1564 1621 <td valign="top"> 1565 1622 This binary package contains all the binaries for the x64 version of the ................................................................................ 1576 1633 <b>Precompiled Statically-Linked Binaries for 32-bit Windows (.NET Framework 4.5.1)</b> 1577 1634 </td> 1578 1635 </tr> 1579 1636 1580 1637 <tr> 1581 1638 <td width="10"> </td> 1582 1639 <td width="30%" valign="top" align="right"> 1640 + <a name="sqlite-netFx451-static-binary-bundle-Win32-2013"></a> 1583 1641 <a href="/downloads/1.0.90.0/sqlite-netFx451-static-binary-bundle-Win32-2013-1.0.90.0.zip">sqlite-netFx451-static-binary-bundle-Win32-2013-1.0.90.0.zip</a> 1584 1642 <br /> 1585 1643 (2.16 MiB) 1586 1644 </td> 1587 1645 <td width="5"></td> 1588 1646 <td valign="top"> 1589 1647 This binary package features the mixed-mode assembly and contains all ................................................................................ 1594 1652 (sha1: abf22b1499da05d4625e7e9fe0f3f608fd3cfcea) 1595 1653 </td> 1596 1654 </tr> 1597 1655 1598 1656 <tr> 1599 1657 <td width="10"> </td> 1600 1658 <td width="30%" valign="top" align="right"> 1659 + <a name="sqlite-netFx451-static-binary-Win32-2013"></a> 1601 1660 <a href="/downloads/1.0.90.0/sqlite-netFx451-static-binary-Win32-2013-1.0.90.0.zip">sqlite-netFx451-static-binary-Win32-2013-1.0.90.0.zip</a> 1602 1661 <br /> 1603 1662 (2.21 MiB) 1604 1663 </td> 1605 1664 <td width="5"></td> 1606 1665 <td valign="top"> 1607 1666 This binary package contains all the binaries for the x86 version of the ................................................................................ 1618 1677 <b>Precompiled Statically-Linked Binaries for 64-bit Windows (.NET Framework 4.5.1)</b> 1619 1678 </td> 1620 1679 </tr> 1621 1680 1622 1681 <tr> 1623 1682 <td width="10"> </td> 1624 1683 <td width="30%" valign="top" align="right"> 1684 + <a name="sqlite-netFx451-static-binary-bundle-x64-2013"></a> 1625 1685 <a href="/downloads/1.0.90.0/sqlite-netFx451-static-binary-bundle-x64-2013-1.0.90.0.zip">sqlite-netFx451-static-binary-bundle-x64-2013-1.0.90.0.zip</a> 1626 1686 <br /> 1627 1687 (2.14 MiB) 1628 1688 </td> 1629 1689 <td width="5"></td> 1630 1690 <td valign="top"> 1631 1691 This binary package features the mixed-mode assembly and contains all ................................................................................ 1636 1696 (sha1: 6d8e80a0867e38aca9be1e2c82d495cc447436e3) 1637 1697 </td> 1638 1698 </tr> 1639 1699 1640 1700 <tr> 1641 1701 <td width="10"> </td> 1642 1702 <td width="30%" valign="top" align="right"> 1703 + <a name="sqlite-netFx451-static-binary-x64-2013"></a> 1643 1704 <a href="/downloads/1.0.90.0/sqlite-netFx451-static-binary-x64-2013-1.0.90.0.zip">sqlite-netFx451-static-binary-x64-2013-1.0.90.0.zip</a> 1644 1705 <br /> 1645 1706 (2.20 MiB) 1646 1707 </td> 1647 1708 <td width="5"></td> 1648 1709 <td valign="top"> 1649 1710 This binary package contains all the binaries for the x64 version of the ................................................................................ 1660 1721 <b>Precompiled Binaries for Windows CE (.NET Compact Framework)</b> 1661 1722 </td> 1662 1723 </tr> 1663 1724 1664 1725 <tr> 1665 1726 <td width="10"> </td> 1666 1727 <td width="30%" valign="top" align="right"> 1728 + <a name="sqlite-netFx35-binary-PocketPC-ARM-2008"></a> 1667 1729 <a href="/downloads/1.0.90.0/sqlite-netFx35-binary-PocketPC-ARM-2008-1.0.90.0.zip">sqlite-netFx35-binary-PocketPC-ARM-2008-1.0.90.0.zip</a> 1668 1730 <br /> 1669 1731 (1.03 MiB) 1670 1732 </td> 1671 1733 <td width="5"></td> 1672 1734 <td valign="top"> 1673 1735 This binary package contains all the binaries for the PocketPC version ................................................................................ 1679 1741 (sha1: 19130889ed37cae2cb74ca13f2d0d28b07fd614d) 1680 1742 </td> 1681 1743 </tr> 1682 1744 1683 1745 <tr> 1684 1746 <td width="10"> </td> 1685 1747 <td width="30%" valign="top" align="right"> 1748 + <a name="sqlite-netFx39-binary-WinCE-ARM-2012"></a> 1686 1749 <a href="/downloads/1.0.90.0/sqlite-netFx39-binary-WinCE-ARM-2012-1.0.90.0.zip">sqlite-netFx39-binary-WinCE-ARM-2012-1.0.90.0.zip</a> 1687 1750 <br /> 1688 1751 (1.14 MiB) 1689 1752 </td> 1690 1753 <td width="5"></td> 1691 1754 <td valign="top"> 1692 1755 This binary package contains all the binaries for the Windows Embedded ................................................................................ 1696 1759 (sha1: b8d8aa88dc8b724ffad88ad17fd0c81c1f142b3d) 1697 1760 </td> 1698 1761 </tr> 1699 1762 1700 1763 <tr> 1701 1764 <td width="10"> </td> 1702 1765 <td width="30%" valign="top" align="right"> 1766 + <a name="sqlite-netFx39-binary-WinCE-x86-2012"></a> 1703 1767 <a href="/downloads/1.0.90.0/sqlite-netFx39-binary-WinCE-x86-2012-1.0.90.0.zip">sqlite-netFx39-binary-WinCE-x86-2012-1.0.90.0.zip</a> 1704 1768 <br /> 1705 1769 (1.19 MiB) 1706 1770 </td> 1707 1771 <td width="5"></td> 1708 1772 <td valign="top"> 1709 1773 This binary package contains all the binaries for the Windows Embedded
Changes to www/release.wiki.
19 19 </li> 20 20 21 21 <li>Open a normal command prompt window with "cmd.exe".</li> 22 22 23 23 <li>Change the current directory to "<root>\Setup".</li> 24 24 25 25 <li> 26 - Enter the following command to build all the x86 and x64 binaries: 27 - <b>build_all.bat</b><br /> 26 + Enter the following command to build all the x86 and x64 binaries: 27 + <br /> 28 + <br /> 29 + <b>build_all.bat</b> 28 30 </li> 29 31 </ol> 30 32 31 33 <a name="testBinaries"></a> 32 34 <h2>Test x86 & x64 Binaries</h2> 33 35 34 36 <ol> ................................................................................ 40 42 41 43 <li>Open a normal command prompt window with "cmd.exe".</li> 42 44 43 45 <li>Change the current directory to "<root>\Setup".</li> 44 46 45 47 <li> 46 48 Enter the following command to test all the x86 or x64 binaries, depending 47 - on the processor architecture of the current machine: 48 - <b>test_all.bat</b><br /> 49 + on the processor architecture of the current machine: 50 + <br /> 51 + <br /> 52 + <b>test_all.bat</b> 49 53 </li> 50 54 51 55 <li> 52 56 Locate a machine with a processor architecture different from the one tested 53 57 in the previous step and then repeat all the previous steps. 54 58 </li> 55 59 </ol> ................................................................................ 60 64 <ol> 61 65 <li>Open a normal command prompt window with "cmd.exe".</li> 62 66 63 67 <li>Change the current directory to "<root>\Setup".</li> 64 68 65 69 <li> 66 70 Enter the following command to build all the binaries available for Windows 67 - CE: <b>build_ce_200x.bat</b><br /><i>This assumes that Visual Studio 68 - 2005 and/or Visual Studio 2008, "<b>Professional</b>" edition or 69 - "better" and the bundled Pocket PC 2003 SDK are installed.</i> 71 + CE: 72 + <br /> 73 + <br /> 74 + <b>build_ce_200x.bat</b> 75 + <br /> 76 + <br /> 77 + <i>This assumes that Visual Studio 2005 and/or Visual Studio 2008, 78 + "<b>Professional</b>" edition or "better" and the 79 + bundled Pocket PC 2003 SDK are installed.</i> 70 80 </li> 71 81 72 82 <li> 73 83 Enter the following command to build all the binaries available for Windows 74 - Embedded Compact 2013: <b>build_ce_2013.bat</b><br /><i>This assumes 75 - that Visual Studio 2012, "<b>Professional</b>" edition or 76 - "better" and the Windows Embedded Compact 2013 Toolkit are 77 - installed.</i> 84 + Embedded Compact 2013: 85 + <br /> 86 + <br /> 87 + <b>build_ce_2013.bat</b> 88 + <br /> 89 + <br /> 90 + <i>This assumes that Visual Studio 2012, "<b>Professional</b>" 91 + edition or "better" and the Windows Embedded Compact 2013 Toolkit 92 + are installed.</i> 78 93 </li> 79 94 </ol> 80 95 81 96 <a name="testCeBinariesAutomated"></a> 82 97 <h2>Test Windows CE Binaries via Automation</h2> 83 98 84 99 <ol> ................................................................................ 90 105 91 106 <li>Open a normal command prompt window with "cmd.exe".</li> 92 107 93 108 <li>Change the current directory to "<root>\Setup".</li> 94 109 95 110 <li> 96 111 Enter the following command to test all the binaries available for Windows 97 - CE: <b>test_ce_200x.bat</b><br /> 112 + CE: 113 + <br /> 114 + <br /> 115 + <b>test_ce_200x.bat</b> 98 116 </li> 99 117 </ol> 100 118 101 119 <a name="testCeBinariesManually"></a> 102 120 <h2>Test Windows CE Binaries Manually</h2> 103 121 104 122 <ol> ................................................................................ 178 196 <li>Open a normal command prompt window with "cmd.exe".</li> 179 197 180 198 <li>Change the current directory to "<root>\Doc".</li> 181 199 182 200 <li> 183 201 Enter the following command to build all the documentation in 184 202 [http://en.wikipedia.org/wiki/Microsoft_Compiled_HTML_Help | CHM] 185 - format: <b>tclsh.exe buildChm.tcl</b><br /><i>This assumes that 186 - [http://www.activestate.com/activetcl | ActiveTcl] version 8.4 or later, the 203 + format: 204 + <br /> 205 + <br /> 206 + <b>tclsh.exe buildChm.tcl</b> 207 + <br /> 208 + <br /> 209 + <i>This assumes that [http://www.activestate.com/activetcl | ActiveTcl] 210 + version 8.4 or later, the 187 211 [http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=21138 | HTML Help Workshop], 188 212 and [http://ndoc3.sourceforge.net/ | NDoc3] have all been installed using 189 213 the default settings.</i> 190 214 </li> 191 215 </ol> 192 216 193 217 <a name="buildSetupPackages"></a> ................................................................................ 195 219 196 220 <ol> 197 221 <li>Open a normal command prompt window with "cmd.exe".</li> 198 222 199 223 <li>Change the current directory to "<root>\Setup".</li> 200 224 201 225 <li> 202 - Enter the following command to build all the setup packages for x86 and 203 - x64: <b>bake_all.bat</b><br /> 226 + Enter the following command to build all the setup packages for x86 and x64: 227 + <br /> 228 + <br /> 229 + <b>bake_all.bat</b> 204 230 </li> 205 231 </ol> 206 232 207 233 <a name="buildBinaryPackages"></a> 208 234 <h2>Build x86 & x64 Binary Release Packages</h2> 209 235 210 236 <ol> 211 237 <li>Open a normal command prompt window with "cmd.exe".</li> 212 238 213 239 <li>Change the current directory to "<root>\Setup".</li> 214 240 215 241 <li> 216 - Enter the following command to build all the binary release packages for 217 - x86 and x64: <b>release_all.bat</b><br /> 242 + Enter the following command to build all the binary release packages for x86 243 + and x64: 244 + <br /> 245 + <br /> 246 + <b>release_all.bat</b> 218 247 </li> 219 248 </ol> 220 249 221 250 <a name="buildStaticBinaryPackages"></a> 222 251 <h2>Build x86 & x64 Static Binary Release Packages</h2> 223 252 224 253 <ol> 225 254 <li>Open a normal command prompt window with "cmd.exe".</li> 226 255 227 256 <li>Change the current directory to "<root>\Setup".</li> 228 257 229 258 <li> 230 259 Enter the following command to build all the static binary release packages 231 - for x86 and x64: <b>release_static.bat</b><br /> 260 + for x86 and x64: 261 + <br /> 262 + <br /> 263 + <b>release_static.bat</b> 232 264 </li> 233 265 </ol> 234 266 235 267 <a name="buildCeBinaryPackages"></a> 236 268 <h2>Build Windows CE Binary Release Packages</h2> 237 269 238 270 <ol> 239 271 <li>Open a normal command prompt window with "cmd.exe".</li> 240 272 241 273 <li>Change the current directory to "<root>\Setup".</li> 242 274 243 275 <li> 244 276 Enter the following command to build all the binary release packages for 245 - Windows CE: <b>release_ce_200x.bat</b><br /> 277 + Windows CE: 278 + <br /> 279 + <br /> 280 + <b>release_ce_200x.bat</b> 246 281 </li> 247 282 248 283 <li> 249 284 Enter the following command to build all the binary release packages for 250 - Windows Embedded Compact 2013: <b>release_ce_2013.bat</b><br /> 285 + Windows Embedded Compact 2013: 286 + <br /> 287 + <br /> 288 + <b>release_ce_2013.bat</b> 251 289 </li> 252 290 </ol> 253 291 254 292 <a name="buildSourcePackages"></a> 255 293 <h2>Build Source Release Packages</h2> 256 294 257 295 <ol> 258 296 <li>Open a normal command prompt window with "cmd.exe".</li> 259 297 260 298 <li>Change the current directory to "<root>\Setup".</li> 261 299 262 300 <li> 263 301 Enter the following command to build all the source release packages: 264 - <b>archive.bat</b><br /> 302 + <br /> 303 + <br /> 304 + <b>archive.bat</b> 265 305 </li> 266 306 </ol> 267 307 268 308 <a name="verifyAllPackages"></a> 269 309 <h2>Verify All Release Packages</h2> 270 310 271 311 <ol> 272 312 <li>Open a normal command prompt window with "cmd.exe".</li> 273 313 274 314 <li>Change the current directory to "<root>\Setup".</li> 275 315 276 316 <li> 277 - Enter the following command to build all the source release packages: 278 - <b>..\Externals\Eagle\bin\EagleShell.exe -file verify.eagle Output</b><br /> 317 + Enter the following command to build all the source release packages: 318 + <br /> 319 + <br /> 320 + <b>..\Externals\Eagle\bin\EagleShell.exe -file verify.eagle Output</b> 321 + <br /> 322 + <br /> 279 323 <i>If errors are generated, the file "<root>\Setup\verify.lst" 280 324 may need to be updated to account for the files that have been added and/or 281 325 removed from the release archives since the previous release.</i> 282 326 </li> 283 327 </ol> 284 328 285 329 <a name="buildNuGetPackages"></a> ................................................................................ 288 332 <ol> 289 333 <li>Open a normal command prompt window with "cmd.exe".</li> 290 334 291 335 <li>Change the current directory to "<root>".</li> 292 336 293 337 <li> 294 338 Enter the following command to build the "default" NuGet package: 295 - <b>nuget.exe pack SQLite.nuspec</b><br /><i>This assumes 296 - that the NuGet binary is available somewhere along the 339 + <br /> 340 + <br /> 341 + <b>nuget.exe pack SQLite.nuspec</b> 342 + <br /> 343 + <br /> 344 + <i>This assumes that the NuGet binary is available somewhere along the 297 345 [http://en.wikipedia.org/wiki/PATH_%28variable%29 | PATH].<br />Please refer 298 346 to [http://docs.nuget.org/ | NuGet Documentation] for further details.</i> 299 347 </li> 300 348 301 349 <li> 302 350 Enter the following command to build the "managed-only" NuGet 303 - package: <b>nuget.exe pack SQLite.MSIL.nuspec</b><br /> 351 + package: 352 + <br /> 353 + <br /> 354 + <b>nuget.exe pack SQLite.MSIL.nuspec</b> 355 + <br /> 356 + <br /> 304 357 <i>This assumes that the NuGet binary is available somewhere along the 305 358 [http://en.wikipedia.org/wiki/PATH_%28variable%29 | PATH].<br />Please refer 306 359 to [http://docs.nuget.org/ | NuGet Documentation] for further details.</i> 307 360 </li> 308 361 309 362 <li> 310 - Enter the following command to build the NuGet package for x86: 311 - <b>nuget.exe pack SQLite.x86.nuspec</b><br /><i>This assumes that 312 - the NuGet binary is available somewhere along the 363 + Enter the following command to build the NuGet package for x86: 364 + <br /> 365 + <br /> 366 + <b>nuget.exe pack SQLite.x86.nuspec</b> 367 + <br /> 368 + <br /> 369 + <i>This assumes that the NuGet binary is available somewhere along the 313 370 [http://en.wikipedia.org/wiki/PATH_%28variable%29 | PATH].<br />Please refer 314 371 to [http://docs.nuget.org/ | NuGet Documentation] for further details.</i> 315 372 </li> 316 373 317 374 <li> 318 375 Enter the following command to build the NuGet package for x64: 319 - <b>nuget.exe pack SQLite.x64.nuspec</b><br /><i>This assumes 320 - that the NuGet binary is available somewhere along the 376 + <br /> 377 + <br /> 378 + <b>nuget.exe pack SQLite.x64.nuspec</b> 379 + <br /> 380 + <br /> 381 + <i>This assumes that the NuGet binary is available somewhere along the 321 382 [http://en.wikipedia.org/wiki/PATH_%28variable%29 | PATH].<br />Please refer 322 383 to [http://docs.nuget.org/ | NuGet Documentation] for further details.</i> 323 384 </li> 324 385 325 386 <li> 326 387 Enter the following command to move the NuGet packages to the release output 327 388 directory: 328 - <b>move *.nupkg Setup\Output</b> 389 + <br /> 390 + <br /> 391 + <b>move *.nupkg Setup\Output</b> 329 392 </li> 330 393 </ol> 331 394 332 395 <a name="updateDownloadsPage"></a> 333 396 <h2>Update Downloads Page</h2> 334 397 335 398 <ol> ................................................................................ 341 404 Replace the version numbers for the previous release in the local working 342 405 copy of the [./downloads.wiki | downloads page] with the new version numbers 343 406 for System.Data.SQLite and the SQLite core. 344 407 </li> 345 408 346 409 <li> 347 410 Enter the following command to update the sizes and hashes on the downloads 348 - page based on all the built release packages: <b>tclsh.exe 349 - updateFileInfo.tcl</b><br /><i>This assumes that 350 - [http://www.activestate.com/activetcl | ActiveTcl] version 8.4 or later has 351 - been installed using the default settings and that the Fossil binary is 352 - available somewhere along the 411 + page based on all the built release packages: 412 + <br /> 413 + <br /> 414 + <b>tclsh.exe updateFileInfo.tcl</b> 415 + <br /> 416 + <br /> 417 + <i>This assumes that [http://www.activestate.com/activetcl | ActiveTcl] 418 + version 8.4 or later has been installed using the default settings and that 419 + the Fossil binary is available somewhere along the 353 420 [http://en.wikipedia.org/wiki/PATH_%28variable%29 | PATH] (i.e. for 354 421 calculating the SHA1 hashes).</i> 355 422 </li> 356 423 </ol> 357 424 358 425 <a name="publishRelease"></a> 359 426 <h2>Publish Release</h2>
Changes to www/source.wiki.
44 44 <h2>Clone Repository (Windows)</h2> 45 45 46 46 <ol> 47 47 <li>Open a Windows command prompt using "<b>cmd.exe</b>".</li> 48 48 49 49 <li> 50 50 Change the current directory to "<b><root></b>" using a 51 - command similar to: <b>cd /D <root></b> 51 + command similar to: 52 + <br /> 53 + <br /> 54 + <b>cd /D <root></b> 52 55 </li> 53 56 54 57 <li> 55 58 Enter the following command to create a complete clone (i.e. local copy) of 56 59 the entire source code repository for the System.Data.SQLite project, 57 - including the entire check-in history: 60 + including the entire check-in history: 61 + <br /> 62 + <br /> 58 63 <b>fossil [http://www.fossil-scm.org/index.html/help/clone | clone] http://system.data.sqlite.org/ <repositories>/sds.fossil</b> 59 64 </li> 60 65 61 66 <li> 62 67 Please note that the repository itself uses an 63 68 [http://www.fossil-scm.org/index.html/doc/trunk/www/fileformat.wiki | enduring file format] 64 69 stored in a single ................................................................................ 78 83 <h2>Working Copy (Windows)</h2> 79 84 80 85 <ol> 81 86 <li>Open a Windows command prompt using "<b>cmd.exe</b>".</li> 82 87 83 88 <li> 84 89 Change the current directory to "<b><root></b>" using a 85 - command similar to: <b>cd /D <root></b> 90 + command similar to: 91 + <br /> 92 + <br /> 93 + <b>cd /D <root></b> 86 94 </li> 87 95 88 96 <li> 89 97 Enter the following command to create a local working copy of all the files 90 - that are currently part of the System.Data.SQLite project: 98 + that are currently part of the System.Data.SQLite project: 99 + <br /> 100 + <br /> 91 101 <b>fossil [http://www.fossil-scm.org/index.html/help/open | open] <repositories>/sds.fossil</b> 92 102 </li> 93 103 94 104 <li> 95 105 The local source tree should now be ready for use as described in the 96 106 [./build.wiki | build procedures] and/or [./test.wiki | test procedures]. 97 107 </li>
Changes to www/test.wiki.
34 34 </li> 35 35 </ol> 36 36 37 37 <a name="procedures"></a> 38 38 <h2>Test Procedures</h2> 39 39 40 40 <p> 41 - Follow these steps to unit test the System.Data.SQLite (SDS) binaries. 42 - Unless otherwise noted, all steps need to be done in the order specified. 41 + Follow these steps to unit test the System.Data.SQLite ("SDS") 42 + binaries. Unless otherwise noted, all steps need to be done in the order 43 + specified. 43 44 </p> 44 45 45 46 <p> 46 47 First, you will need a full source check-out for the System.Data.SQLite 47 48 project, including the 48 49 "<a href="/index.html/dir?name=Externals/Eagle">Externals\Eagle</a>" 49 50 directory. ................................................................................ 57 58 separate managed and interop assemblies or 58 59 "<root>\bin\<year>\<platform>\<configuration>" 59 60 for the mixed-mode assembly). 60 61 </p> 61 62 62 63 <p> 63 64 The new unit tests have been setup using <a href="http://eagle.to/">Eagle</a> 64 - and its associated unit testing framework, named "EagleTest". Eagle 65 - is an implementation of the <a href="http://www.tcl.tk/">Tcl</a> scripting 66 - language for the Common Language Runtime (CLR). EagleTest is the unit testing 67 - framework for Eagle, packaged as a collection of Eagle scripts, based loosely 68 - on the implementation of 65 + and its associated unit testing framework, named "Eagle.Test". 66 + Eagle itself is an implementation of the <a href="http://www.tcl.tk/">Tcl</a> 67 + scripting language for the Common Language Runtime (CLR). 68 + "Eagle.Test" is the unit testing framework for Eagle, packaged as a 69 + collection of Eagle scripts, based loosely on the implementation of 69 70 <a href="http://www.tcl.tk/man/tcl8.4/TclCmd/tcltest.htm">tcltest</a>. 70 71 </p> 71 72 72 73 <a name="automated"></a> 73 74 <h2>Automated Unit Tests</h2> 74 75 75 76 <ol> ................................................................................ 76 77 <li>Open a normal command prompt window with "cmd.exe".</li> 77 78 78 79 <li>Change the current directory to "<root>".</li> 79 80 80 81 <li> 81 82 Enter the following command to run all the unit tests against the binaries 82 83 built with a separate managed and interop assembly: 84 + <br /> 85 + <br /> 83 86 <b>Externals\Eagle\bin\EagleShell.exe -file Tests\all.eagle</b> 84 87 </li> 85 88 86 89 <li> 87 90 Enter the following command to run all the unit tests against the binaries 88 91 built with a mixed-mode assembly: 92 + <br /> 93 + <br /> 89 94 <b>Externals\Eagle\bin\EagleShell.exe -initialize -runtimeOption native -file Tests\all.eagle</b> 90 95 </li> 91 96 92 97 <li> 93 - To test binaries built with MSBuild 3.5 or Visual Studio 2008 (i.e. because 94 - the default is to test binaries built with MSBuild 4.0 or Visual Studio 95 - 2010) add the following command line argument right after 96 - "Externals\Eagle\bin\EagleShell.exe" in either of the above 98 + In order to test binaries built with MSBuild 3.5 or Visual Studio 2008 (i.e. 99 + because the default is to test binaries built with MSBuild 4.0 or Visual 100 + Studio 2010) add the following command line argument right after 101 + "<b>Externals\Eagle\bin\EagleShell.exe</b>" in any of the above 97 102 command lines: 103 + <br /> 104 + <br /> 98 105 <b>-anyInitialize "set test_year 2008"</b> 99 106 </li> 100 107 101 108 <li> 102 - To test binaries built in the "Debug" build configuration (i.e. 103 - because the default is to test binaries built in the "Release" 104 - build configuration) add the following command line argument right after 105 - "Externals\Eagle\bin\EagleShell.exe" in either of the above 106 - command lines: 109 + In order to test binaries built in the "Debug" build configuration 110 + (i.e. because the default is to test binaries built in the 111 + "Release" build configuration) add the following command line 112 + argument right after "<b>Externals\Eagle\bin\EagleShell.exe</b>" 113 + in any of the above command lines: 114 + <br /> 115 + <br /> 107 116 <b>-anyInitialize "set test_configuration Debug"</b> 108 117 </li> 109 118 119 + <li> 120 + In order to test the native library pre-loader, add the following command 121 + line argument right after 122 + "<b>Externals\Eagle\bin\EagleShell.exe</b>" 123 + in any of the above command lines: 124 + <br /> 125 + <br /> 126 + <b>-anyInitialize "set no(copySqliteImplicitFiles) 1"</b> 127 + </li> 128 + 110 129 <li> 111 130 Make sure all tests pass; the log file 112 131 "%TEMP%\EagleShell.exe.test.<pid>.log" may be checked if any 113 - errors should occur. EagleTest should produce "success" messages 114 - very similar to the following:<br /><br /> 115 - PASSED: 116<br /> 116 - TOTAL: 116<br /> 132 + errors should occur. The test suite should produce "success" 133 + messages very similar to the following:<br /><br /> 134 + PASSED: 254<br /> 135 + TOTAL: 254<br /> 117 136 PASS PERCENTAGE: 100%<br /> 118 137 OVERALL RESULT: SUCCESS<br /> 119 138 </li> 120 139 </ol>